ignore_schedule
Toggles the ignore state for the slicing schedule. Enabling the ignore state causes the Live Slicer to discard commands given by the slicing schedule.
A request body parameter is described below.
Request Parameter | Type | Description |
---|---|---|
ignore Required | Boolean | Valid values are: true: The slicing schedule is ignored until further notice. false: The Live Slicer will resume honoring the slicing schedule. |
Sample request:
POST /ignore_schedule HTTP/1.1
{
"ignore": true
}