Task create

Create a scheduled task for a service

Usage

coolify service task create <service_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 service task create --help

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

On this page