Retry Job
Jobs
Retry Job
Retry a failed job with the same parameters
POST
Retry Job
Overview
Re-queue a failed or warning job with the same parameters. Creates a new job with a new ID while preserving the original job’s configuration. Jobs with statusFailed or Warning can be retried.
Header Parameters
Your API key for authentication
Path Parameters
The failed job UUID to retry
Response
UUID of the new retry job
UUID of the original failed job
Success message
Examples
Success Response
Error Responses
Notes
- Jobs with status
FailedorWarningcan be retried - A new job is created with a new UUID
- The original failed job remains unchanged (for audit purposes)
- All original parameters are preserved (URL, format, codecs, webhook, etc.)
- The new job uses your current S3 configuration (in case you updated it)
- Usage/billing is counted for the new job
