Configuration
Set a deployment schedule using a cron expression in the service settings. Examples:
The platform tracks the last scheduled deployment time to prevent duplicate runs.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cron-based automatic redeployments.
| Schedule | Cron Expression |
|---|---|
| Every hour | 0 * * * * |
| Daily at midnight UTC | 0 0 * * * |
| Every 6 hours | 0 */6 * * * |
| Weekdays at 9 AM UTC | 0 9 * * 1-5 |
Was this page helpful?
