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