Retry a failed job

Creates a new job by retrying a previously failed job with the same parameters.
The original failed job remains as a historical record. The new retry job is linked
to the original via RetryOfJobId for traceability.
Only failed jobs whose type is registered as user-retriable can be retried.
Returns 409 Conflict if an active retry already exists (concurrent retry guard).

Path Params
uuid
required

The ID of the failed job to retry.

Responses

500

Internal server error.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json