coolify_update_service_scheduled_task
Update a scheduled task for a Coolify service by specifying its UUID, task UUID, and options like command, frequency, or timeout.
Instructions
[WRITE] Update a scheduled task for a Coolify service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Task name | |
| uuid | Yes | UUID of the service | |
| command | No | Command to execute | |
| enabled | No | Whether the task is enabled | |
| timeout | No | Timeout in seconds | |
| container | No | Container name | |
| frequency | No | Cron frequency | |
| task_uuid | Yes | UUID of the scheduled task |