Cancel an orchestration run
POST/v1/projects/:project_id/orchestration-runs/:orchestration_run_id/cancel
Cancels a run that has not yet reached a terminal state.
Request
Responses
- 200
- 401
- 404
- 409
- 502
Cancelled run.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The run has already reached a terminal state.
The upstream runtime could not complete the operation.