Skip to main content
POST
/
v1
/
clusters
/
{cluster_id}
/
executions
/
{run_id}
/
cancel
Cancel Execution
curl --request POST \
  --url https://api.mixpeek.com/v1/clusters/{cluster_id}/executions/{run_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": {}
  },
  "success": false
}

Authorizations

Authorization
string
header
required

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

Path Parameters

cluster_id
string
required

Cluster ID

run_id
string
required

Run ID to cancel

Response

Successful Response