Task update
Update an application scheduled task
Usage
coolify app task update <app_uuid> <task_uuid>Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--command | string | No | — | Command to run |
--container | string | No | — | Container name to run the command in |
--enabled | boolean | No | true | Whether the task is enabled |
--frequency | string | No | — | Cron expression or frequency |
--name | string | No | — | Task name |
--timeout | integer | No | 300 | Timeout in seconds |
Get current help
coolify app task update --helpThe installed CLI help reflects the exact options available in your CLI version.
