cURL
curl --request POST \ --url https://dev.api.runpulse.com/cancel/{job_id} \ --header 'x-api-key: <api-key>'
{ "job_id": "<string>", "message": "<string>" }
Deprecated: Use DELETE /job/{jobId} instead.
DELETE /job/{jobId}
Cancel a pending or processing asynchronous job.
API key for authentication
The job ID to cancel
Job cancelled successfully
Confirmation payload returned after successfully canceling a job.
Identifier of the job that was cancelled.
Human-readable confirmation message.