runs
Cancel a run
Cancels a run that is still queued or running, scoped to the caller's org. A run that has already reached a terminal state (completed/failed/cancelled) cannot be cancelled and reads as not found. Returns the updated run.
post/runs/{run_id}:cancel
Path parameters
run_idstring uuid required
run identifier
run identifier
Response
OK
Example response
{
"$schema": "/api/v1/RunResponse.json"
}