Printago API
POST /v1/print-jobs/{id}/unmerge

Un-merge a plate

Un-merge a plate: release its child jobs back to Pending and delete the merged parent. Allowed while the parent is Pending or Assigned (pre-slicing).

Requires: queue.manage

Path Parameters

id required
string
The merged (parent) print job id

Response Schema

UnmergePlateResponse
releasedJobIdsrequired
string[]
The child job ids released back to Pending (parent deleted).

Example Response

201 OK — application/json
{
  "releasedJobIds": [
    "string"
  ]
}