cancel_scheduled_print
Cancel a print that has not started yet - either waiting for its scheduled time or waiting in a staggered start queue - and free the printer. This does NOT cancel a print that is already running; use cancel_print for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer_id | Yes | The printer IDs (comma-separated for multiple) | |
| expected_job_uid | No | Job uid returned by list_scheduled_prints. The action is refused if that printer now holds a different pending print. |