How a value is resolved
For each variable, Bolt takes the most specific value available, in this order:- Schedule override — the value you set on this specific schedule. If present, it always wins.
- Environment value — the value set for the environment this schedule runs in (for example, production).
- Workspace default — the base value configured in workspace settings.
When to override
- Environment-specific configuration — different values for development, staging, and production schedules.
- Schedule-specific parameters — custom thresholds, limits, or settings for one schedule.
- Testing and debugging — temporary value changes without touching the workspace default.
- Multi-tenant deployments — client-specific configuration within the same workspace.
Set an override
- In the Bolt UI, open the schedule you want to edit.
- Go to the Environment variable overrides section.
- In the Override column, enter a new value for the variable. Leave it empty to keep the inherited value (the environment value, or the workspace default).
- Click Deploy to save.
Define this as code
Set the
env_overrides list of key/value pairs.