Cancel all matching workflow runs.
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.