coolify_create_service_scheduled_task
Create a scheduled task to run a command in a Coolify service using cron frequency. Automate periodic execution within a specified container.
Instructions
[WRITE] Create a scheduled task for a Coolify service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name | |
| uuid | Yes | UUID of the service | |
| 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. '* * * * *') |