set_schedule_active
Enable or disable a schedule in SemaphoreUI by specifying project, schedule, and active status.
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 |
|---|---|---|---|
| project_id | Yes | ||
| schedule_id | Yes | ||
| active | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||