Skip to main content

cancel_run

Cancel a Trigger run that is waiting or executing. Completed runs cannot be cancelled.

cancel_run

Cancel a run that is waiting or executing. Repeated calls with the same runId are safe. Completed runs cannot be cancelled.

Use this when a run is stuck in EXECUTING or WAITING. If the item is still in the admission queue, call cancel_queued_run.

See Installation for auth and response_format.

Arguments

ArgumentTypeRequiredDescription
runIdstringYesTrigger run ID starting with run_.
response_formatjson or markdownNoDefault json.

Example

{
  "runId": "run_789"
}

Returns

JSON with success and data (updated run).

On this page