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
- 201
- 400
- 401
- 403
- 404
Document created, URL follows
Response Headers
Bad request syntax or unsupported method
No permission -- see authorization schemes
Request forbidden -- authorization will not help
Nothing matches the given URI