coolify_update_scheduled_task
Change scheduled task details like command, cron schedule, and timeout, while respecting operation mode, allowlist, and production guard policies.
Instructions
Update a scheduled task. Subject to operation mode, allowlist, and production guard policies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated task name | |
| command | No | Updated command | |
| enabled | No | Enable or disable the task | |
| timeout | No | Updated timeout in seconds | |
| schedule | No | Updated cron expression | |
| container | No | Updated container name | |
| task_uuid | Yes | Scheduled task UUID | |
| resource_type | Yes | Resource type | |
| resource_uuid | Yes | Resource UUID | |
| environment_name | No | Environment name for production guard check |