Runs API
Cancel run
Cancels a run.
POST
/
api
/
v1
/
runs
/
{run_id}
/
cancel
Authorizations
Authorization
string
headerrequiredUse your Secret API key in the form 'Bearer <SECRET KEY>' (without the quotation marks)
Path Parameters
run_id
string
requiredThe ID of an existing run. When you trigger a run you will get an id in the response.
Response
200 - application/json
message
string
Confirmation message that the run was canceled.
Was this page helpful?