diff --git a/docs/bulk-actions.mdx b/docs/bulk-actions.mdx index 04d0551c93..b40807cfe5 100644 --- a/docs/bulk-actions.mdx +++ b/docs/bulk-actions.mdx @@ -1,9 +1,15 @@ --- title: "Bulk actions" -description: "Perform actions like replay and cancel on multiple runs at once." +description: "Replay or cancel multiple runs from the dashboard using filters or selected run IDs." --- -Bulk actions allow you to perform replaying and 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 actions let you replay or cancel multiple runs asynchronously from the dashboard.** + +Use bulk actions when you need to retry failed runs after deploying a fix, or stop a group of queued or executing runs. + + + For backend code, see [Bulk actions with the SDK](/runs/bulk-actions). +