Skip to main content
POST
Cancel an execution

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Path Parameters

execution_id
string<uuid4>
required

Response

Successful Response

execution_id
string<uuid>
required
status
enum<string>
required
Available options:
running,
stopping,
success,
cleanup,
failed,
critical,
cancelled
updated_at
string<date-time> | null