Cancel a running job
POST/v1/jobs/:id/cancel
Cancel a running creator-discovery job. The {id} path parameter must be a plain UUID. A JSON body is required even when empty — send {} (sending no body returns 400 Request body must be valid JSON). Already-terminal jobs return canceled: false with a reason.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 404
- 429
- 500
- 501
Cancellation result.
Bad request or validation error (BAD_REQUEST / VALIDATION_ERROR).
Missing, invalid, or revoked API key.
Insufficient credits for this operation.
API access disabled or workspace entitlement required.
Resource not found, or result expired past retention.
Rate limit exceeded — back off per Retry-After.
Unexpected server error.
Endpoint is registered but not implemented yet.