Cancel all matching workflow runs.
This operation scans all your workflow runs and attempts to cancel them. If a specific workflow run cannot be canceled, it will return an error message. Therefore, some workflow runs may not be cancelled at the end. In such cases, you can run the bulk cancel operation multiple times.Documentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
QStash authentication token
Optional list of specific workflow run IDs to cancel. If provided, the other filters are ignored.
The URL of the workflow whose runs to cancel.
workflow url is searched as a prefix by default. To make it exact match, workflowUrlExactMatch can be set to true.
Optional start date to filter workflow runs to cancel. Unix timestamp in milliseconds.
Optional end date to filter workflow runs to cancel. Unix timestamp in milliseconds.
Optional caller IP address to filter workflow runs to cancel.
Optional flow control key to filter workflow runs to cancel.
Optional label to filter workflow runs to cancel.
Maximum number of workflow runs to cancel. Default is 100.
All workflow runs cancelled successfully
The number of workflow runs that were cancelled.