Skip to main content

Cancel all active jobs for a given printer.

POST 

/api/web/v1/prints/:printerId/cancelAllActivePrints

This API cancels the ongoing job on printer. This should be used if any job is stuck on printer i.e. the printer is not processing the job anymore and is stuck in busy state for more than 5 minutes.

Request

Path Parameters

    printerId stringrequired

    Possible values: Value must match regular expression [a-fA-F0-9-]{32,36}

    Printer Id. This can be obtained from the id value in the response of Return a Specified Printer API call.

Responses

OK

Loading...