Skip to main content
POST
/
api
/
v2
/
external
/
workloads
/
stop
/
{execution_id}
Stop execution
curl --request POST \
  --url https://api.example.com/api/v2/external/workloads/stop/{execution_id}
{
  "execution_id": "<string>",
  "status": "<string>",
  "message": "<string>"
}

Path Parameters

execution_id
string
required

Response

Successful Response

Response model for stop execution endpoint.

execution_id
string
required
status
string
required
message
string
required