start_stop_schedule
Enable or disable a backup schedule by its index to control whether it runs automatically.
Instructions
Start (enable) or stop (disable) a schedule.
Args: schedule_index: Schedule index (0-based). is_start: True to enable the schedule, False to disable it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_start | Yes | ||
| schedule_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |