Update Scheduled Task
coolify_update_scheduled_taskUpdate a scheduled task's command, frequency, or enabled state for applications or services on Coolify instances.
Instructions
Update a scheduled task's command, frequency, or enabled state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New task name | |
| uuid | Yes | Resource UUID | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| command | No | New shell command | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. | |
| resource | Yes | Resource type that owns the scheduled task | |
| container | No | New container name | |
| frequency | No | New cron expression | |
| task_uuid | Yes | Scheduled task UUID | |
| is_enabled | No | Enable or disable the task |