v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014994227.2 KB
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

$schemastring uri

A URL to the JSON Schema for this object.

messagestring required

Human-readable result description.

Example response

{
  "$schema": "/api/v1/RunSuccessResponse.json"
}