From ce604f0859aa20482a216a6dd0a1cd7a8eca5e61 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:12:22 +0000 Subject: [PATCH 1/4] Documentation edits made through Mintlify web editor --- bulk-actions.mdx | 40 +++++ mint.json | 432 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 472 insertions(+) create mode 100644 bulk-actions.mdx create mode 100644 mint.json diff --git a/bulk-actions.mdx b/bulk-actions.mdx new file mode 100644 index 0000000000..0e2b4468a3 --- /dev/null +++ b/bulk-actions.mdx @@ -0,0 +1,40 @@ +--- +title: "Bulk actions" +description: "Perform actions like replay and cancel on multiple runs at once." +--- + +Bulk actions allow you to perform operations like replaying or canceling on multiple runs at once. This is especially useful when you need to retry a batch of failed runs with a new version of your code, or when you need to cancel multiple in-progress runs. + +## Bulk replaying + +You can replay multiple runs at once by selecting them from the table on the Runs page using the checkbox on the left hand side of the row. Then click the "Replay runs" button from the bulk action bar that appears at the bottom of the screen. + +This is especially useful if you have lots of failed runs and want to run them all again. To do this, first filter the runs by the status you want, then select all the runs you want to replay and click the "Replay runs" button from the bulk action bar at the bottom of the page. + +