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"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.