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
| Argument | Type | Required | Description |
|---|---|---|---|
runId | string | Yes | Trigger run ID starting with run_. |
response_format | json or markdown | No | Default json. |
Example
{
"runId": "run_789"
}Returns
JSON with success and data (updated run).