POST
/
cancel
/
{job_id}
curl --request POST \
  --url https://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
job_id
string
required
Example:

"JOB_ID"

message
string
required
Example:

"Job cancelled successfully"