coolify_update_application_scheduled_task
Update a scheduled task for a Coolify application by modifying its cron frequency, command, timeout, or enabled status.
Instructions
[WRITE] Update a scheduled task for a Coolify application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Task name | |
| uuid | Yes | UUID of the application | |
| 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 |