Cancel a waiting or dispatched job. Running, completed, or already cancelled jobs cannot be cancelled.
cURL
curl --request POST \ --url https://api.rendobar.com/jobs/{id}/cancel
{ "data": { "id": "<string>", "status": "cancelled" } }
Job ID to cancel
Job cancelled
Show child attributes
Was this page helpful?