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.
patch/runs/{run_id}
Path parameters
run_idstring uuid required
run identifier
run identifier
Response
OK
Example response
{
"$schema": "/api/v1/RunSuccessResponse.json"
}