Skip to main content
POST
/
cancel
/
{job_id}
Cancel Job (Deprecated)
curl --request POST \
  --url https://dev.api.runpulse.com/cancel/{job_id} \
  --header 'x-api-key: <api-key>'
{
  "job_id": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

job_id
string
required

The job ID to cancel

Response

Job cancelled successfully

Confirmation payload returned after successfully canceling a job.

job_id
string
required

Identifier of the job that was cancelled.

message
string
required

Human-readable confirmation message.