v1

latestOpenAPI 3.1.02026-07-246113.7 KB

Batch Cancel Executions

Cancels multiple workflow executions in a single request. Only running executions can be cancelled. Returns lists of successfully cancelled executions, failed cancellations, and executions that were not running (can't be cancelled).

post/batch-cancel

Request body

executionIdsstring[] required

List of execution IDs to cancel

Response

Batch cancellation request processed

cancelledExecutionIdsstring[] required

List of execution IDs that were successfully cancelled

failedCancelExecutionIdsstring[]

List of execution IDs that failed to cancel (optional)

nonRunningExecutionIdsstring[]

List of execution IDs that were not in a running state (optional)