v1

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-05-044743166.6 KB
runs

Cancel a run

Cancels an in-progress run. If the run is already completed, this will have no effect.

post/api/v2/runs/{runId}/cancel

Response

Successful request

idstring

The ID of the run that was canceled.

Example response

{
  "id": "run_1234"
}