Skip to main content
POST
/
v1
/
runs
/
{runId}
/
cancel
Cancel a run
curl --request POST \
  --url https://app.galaxy.ai/api/v1/runs/{runId}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "runId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

runId
string
required
Minimum string length: 1

Response

Successful response

success
boolean
required
runId
string
required