Printago API
PATCH /v1/print-jobs/retry

Retry failed jobs

Retry cancelled or failed jobs by resetting them to queued status

Requires: queue.manage

Request Body

IDs of jobs to retry

PrintJobOperationRequest
printJobIdsrequired
string[]

Example Request

application/json
{
  "printJobIds": [
    "string"
  ]
}

Response Schema

Response
value
string[]

Example Response

200 OK — application/json
[
  "string"
]