skip_schedule
Toggle the skip-next-run flag on a schedule to prevent a single upcoming watering event without affecting future schedules.
Instructions
Toggle the skip-next-run flag on a schedule.
disabled=true skips the schedule's next run; disabled=false
re-arms it. Applies only to the next occurrence.
Args: schedule_id: Schedule UUID. disabled: True to skip next run, False to re-enable it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disabled | Yes | ||
| schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |