Power schedules are available for self-managed Hetzner, OVHcloud, UpCloud, DigitalOcean, Scaleway, Proxmox VE, and HPE Morpheus clusters - the same clusters that support manual Stop and Start. Managed Kubernetes clusters (EKS, AKS, GKE, and similar) and plain imported clusters do not support power schedules.
Creating a schedule
1
Open Power schedules
Go to cluster Settings → General and find the Power schedules card in the right column.
2
Add a schedule
Click Add schedule.
3
Choose the action
Pick Stop cluster or Start cluster. Each schedule performs exactly one action - create a pair of schedules if you want the cluster stopped and started.
4
Choose the cadence
- One-off: pick the date and time it should fire.
- Repeated: enter a standard 5-field cron expression and the timezone it should be evaluated in. The dialog defaults to your browser’s timezone.
5
Save
The schedule appears in the card with its next run time.
One-off schedules
A one-off schedule fires once at the chosen date and time. After firing it disables itself, but stays in the list as a record of what ran and how it went.Repeated schedules
A repeated schedule takes a standard 5-field cron expression (minute, hour, day of month, month, day of week) evaluated in the IANA timezone you choose, so0 19 * * 1-5 in Europe/Stockholm fires at 19:00 Stockholm time regardless of where your team members are. After each fire, the schedule re-arms to its next occurrence.
Reading the schedule list
Each schedule’s row shows an enabled toggle, its next run time, and the outcome of its last run:How schedules run
Schedules fire within about a minute of their due time, and are safe against surprises:- A scheduled stop is skipped if the cluster is already stopped or is deprovisioning. A scheduled start only fires when the cluster is stopped.
- If the cluster is busy with a conflicting operation, or the action fails transiently, the schedule retries every 5 minutes for up to 24 hours, then records a failure and gives up. A repeated schedule still fires at its next regular occurrence either way.
- Disabling or editing a schedule always wins over an in-flight retry.
Pausing and deleting a schedule
Use the toggle on a schedule’s row to disable it without losing its configuration - a disabled schedule never fires, and re-enabling a repeated schedule arms it for its next occurrence. Deleting a schedule removes it from the cluster entirely.API
Power schedules are managed per cluster:Updates are full replaces: a
PUT must restate enabled (and timezone for repeated schedules), not just the field you are changing.Related
Cluster Settings
Manual Stop and Start, and the rest of the cluster lifecycle.
Cloud Cost
See what your clusters cost and what parking them saves.