cron_toggle
Enable or disable a cron job by ID. Set is_hidden to 1 to turn it off, or 0 to turn it on.
Instructions
Переключить активность cron-задачи.
Args: task_id: ID задачи (полученный из cron_list) is_hidden: 1 = выключить (скрыть), 0 = включить
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| is_hidden | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |