coolify_create_application_scheduled_task
Schedule a Cron command to run inside a specific container on a Coolify application. Define the task name, execution command, and cron frequency to automate recurring operations.
Instructions
[WRITE] Create a scheduled task for a Coolify application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name | |
| uuid | Yes | UUID of the application | |
| command | Yes | Command to execute | |
| enabled | No | Whether the task is enabled | |
| timeout | No | Timeout in seconds | |
| container | No | Container name to run in | |
| frequency | Yes | Cron frequency (e.g. '* * * * *') |