cancel_schedule
Cancel a scheduled task by its ID to remove it from the schedule, enabling automatic daemon exit when no tasks remain.
Instructions
Cancel a scheduled task by ID. Removes it from the schedule. The daemon will auto-exit when no schedules remain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to current working directory. | |
| json | No | Return pure JSON string instead of Markdown format. | |
| schedule_id | Yes | Schedule ID to cancel. |