jobs
Re-enqueue a completed or failed job
post/api/job/rerun
Request body
Example request
{
"$schema": "https://example.com/RerunJobRequest.json"
}Response
OK
Example response
{
"$schema": "https://example.com/RerunJobOutputBody.json"
}Changes
Changed in 1 of the 23 revisions of this API.4
- ○
added the new optional request property
request_idnew-optional-request-property
- ○
added the optional property
run_uuidto the response with the200statusresponse-optional-property-added
- ○
added the required property
job_idto the response with the200statusresponse-required-property-added
- ○
added the required property
request_idto the response with the200statusresponse-required-property-added
- ○