Retry a job
POST/api/job/:id/retry
Create a new job using the same operation data as an existing job. The original job is preserved. Returns the new job ID.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
The retry job was created successfully.
Invalid request parameters.
Unauthorized - API key required
Forbidden - Insufficient permissions
Job not found.
Error retrying job.