Task create

Create a scheduled task for an application

Usage

coolify app task create <app_uuid>

Options

OptionTypeRequiredDefaultDescription
--commandstringYesCommand to run (required)
--containerstringNoContainer name to run the command in
--enabledbooleanNotrueWhether the task is enabled
--frequencystringYesCron expression or frequency (required)
--namestringYesTask name (required)
--timeoutintegerNo300Timeout in seconds

Get current help

coolify app task create --help

The installed CLI help reflects the exact options available in your CLI version.

On this page