POST
/
api
/
v1
/
runs
/
{run_id}
/
cancel
await runs.cancel(existingRun.id);
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Use your Secret API key in the form 'Bearer <SECRET KEY>' (without the quotation marks)

Path Parameters

run_id
string
required

The ID of an existing run. When you trigger a run you will get an id in the response.

Response

200
application/json
Successful request
message
string

Confirmation message that the run was canceled.