Skip to main content

BulkCancelRuns

POST 

/api/v1/workspaces/:workspace_id/runs/cancel

Cancel active (non-terminal) runs for the given job references in a single transaction.

Each job_ref resolves to the latest non-terminal run. Runs already in terminal state are reported in not_running. Use dry_run=true to preview without cancelling.

Requires WRITE permission on the organization level.

Request

Responses

Document created, URL follows

Response Headers