Task update

Update an application scheduled task

Usage

coolify app task update <app_uuid> <task_uuid>

Options

OptionTypeRequiredDefaultDescription
--commandstringNoCommand to run
--containerstringNoContainer name to run the command in
--enabledbooleanNotrueWhether the task is enabled
--frequencystringNoCron expression or frequency
--namestringNoTask name
--timeoutintegerNo300Timeout in seconds

Get current help

coolify app task update --help

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

On this page