set_schedule_active
Enable or disable a schedule by setting its active status. Provide project ID and schedule ID to toggle schedule activation.
Instructions
Enable or disable a schedule.
Args: project_id: ID of the project schedule_id: ID of the schedule to update active: Whether the schedule should be active
Returns: Empty dict on success
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | Yes | ||
| project_id | Yes | ||
| schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||