Cancel pipeline run
POST/v2/pipelines/:pipeline_key/runs/:run_id/cancel
Requests cancellation of an in-progress pipeline run. The run stops at the next checkpoint. It may take a moment to transition to the cancelled state. Runs that already completed, failed, or were cancelled cannot be cancelled again.
Request
Responses
- 204
- 403
- 404
- 409
Cancellation is requested.
Permissions do not allow cancelling this run.
Pipeline or run not found.
The run is not in a cancellable state. It already completed, failed, or already has a cancellation request.