coolify_create_scheduled_task
Create a cron job for an application or service with validated schedule and command, respecting allowlist and production guard policies.
Instructions
Create a scheduled task (cron job) on an application or service. Subject to operation mode, allowlist, and production guard policies. Cron expression is validated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name | |
| command | Yes | Command to execute | |
| enabled | No | Whether the task is enabled | |
| timeout | No | Timeout in seconds (max 86400) | |
| schedule | Yes | Cron expression (e.g., "*/5 * * * *" or "@daily") | |
| container | No | Optional container name | |
| resource_type | Yes | Resource type | |
| resource_uuid | Yes | Resource UUID | |
| environment_name | No | Environment name for production guard check |