Skip to main content
POST
/
jobs
/
{id}
/
cancel
Cancel job
curl --request POST \
  --url https://api.renderjuice.com/api/external/v1/jobs/{id}/cancel \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer RJ-XXX.... Get your API key from the Renderjuice dashboard.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the job Unique identifier of the job

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

200

Success