POST
/
cancel
/
{job_id}
Cancel Job
curl --request POST \
  --url https://dev.api.runpulse.com/cancel/{job_id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Job cancelled successfully",
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

job_id
string<uuid>
required

The job ID to cancel

Response

200
application/json

Job cancelled successfully

The response is of type object.