Skip to main content
POST
Cancel a service job

Authorizations

Authorization
string
header
required

API key ret_live_… created in Settings → API keys.

Path Parameters

id
string
required

Response

Status after cancellation.

ok
boolean
job_id
string
service
string
status
enum<string>
Available options:
queued,
running,
completed,
failed,
cancelled
attempt
integer

Number of execution attempts. Becomes 2 if a restart resumed the job.

result
object

Present only if completed.

error
object

Present only if failed.

created_at
string<date-time>
started_at
string<date-time> | null
completed_at
string<date-time> | null
poll_url
string