Skip to main content
POST
cURL

Headers

x-api-key
string
required

Your API key. This is required by most endpoints to access our API programmatically. You can view your x-api-key using the 'Profile' tab on the website.

Authorization
string
required

Bearer token for authentication (JWT).

Path Parameters

team_id
string<uuid>
required

The UUID of the team that owns this run.

run_id
string<uuid>
required

The UUID of the run to cancel.

Response

The run was canceled successfully or is already in a final state.

message
string

A success message, or final run state.