cURL
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>" }
Abort a specific execution by setting cancel=true in the database.
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.
lk_
Successful Response
Response model for abort execution endpoint.