Skip to main content
POST
/
api
/
v2
/
external
/
workloads
/
abort
/
{execution_id}
Abort Execution
curl --request POST \
  --url https://api.lyceum.technology/api/v2/external/workloads/abort/{execution_id} \
  --header 'Authorization: Bearer <token>'
{
  "execution_id": "<string>",
  "status": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.

Path Parameters

execution_id
string
required

Response

Successful Response

Response model for abort execution endpoint.

execution_id
string
required
status
string
required
message
string
required