POST
/
cancel
/
{job_id}
curl --request POST \
  --url https://pro.api.runpulse.com/cancel/{job_id} \
  --header 'x-api-key: <api-key>'
{
  "job_id": "JOB_ID",
  "message": "Job cancelled successfully"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Headers

x-api-key
string
required

API key for authorization

Path Parameters

job_id
string
required

ID of the job to cancel

Response

200
application/json

Job cancelled successfully

The response is of type object.