Skip to main content
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 status Failed or Warning can be retried.

Header Parameters

string
required
Your API key for authentication

Path Parameters

uuid
required
The failed job UUID to retry

Response

string
UUID of the new retry job
string
UUID of the original failed job
string
Success message

Examples

Success Response

Error Responses

Notes

  • Jobs with status Failed or Warning can 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