A freeze window is a scheduled time period during which Aegis automatically blocks all agent write actions. When an agent attempts a write operation inside a freeze window, Aegis returnsDocumentation Index
Fetch the complete documentation index at: https://docs.runaegis.co/llms.txt
Use this file to discover all available pages before exploring further.
DENY, the same outcome as any other blocked action, without requiring you to manually intervene. Freeze windows are useful for release lockdowns, change freeze periods, on-call hours, and public holidays.
Prerequisite: enable the policy
Freeze windows only take effect when the Freeze Window Enforcement policy is active. If this policy is disabled, Aegis will not check freeze windows when evaluating agent actions.Creating a freeze window
Click New Window
Click the New Window button in the top-right corner of the page. A creation form slides into view.
Set the schedule
Fill in the following fields:
- Timezone, select the timezone the window times should be interpreted in.
- Days, select the days of the week the freeze applies. You can select individual days, weekdays, or every day.
- Start time, the time each selected day when the freeze begins.
- End time, the time each selected day when the freeze lifts.
What happens during a freeze window
When Aegis evaluates an agent action and determines that the current time falls within an active freeze window, it returnsDENY for any write operation. The agent receives an error response and the action is not executed. Read-only operations are not affected by freeze windows.
A freeze window applies to all agent sessions under your account. There is no per-agent or per-repository scoping at the freeze window level, use policies for more granular control.
Editing a freeze window
To update an existing freeze window:- Find the window in the list on the Freeze Windows page.
- Click the Edit button on the right side of the row.
- The creation form reopens pre-populated with the current values.
- Adjust any fields and click Update window.
Deleting a freeze window
To remove a freeze window:- Find the window in the list on the Freeze Windows page.
- Click the Delete button on the right side of the row.
- Confirm the deletion in the dialog.
Common use cases
Release nights
Block agent writes during your deployment window to prevent unintended changes from landing alongside a production release.
Change freeze periods
Enforce your organization’s change freeze policy automatically without relying on manual communication to agents or developers.
Planned maintenance
Prevent agents from writing to infrastructure repositories while systems are undergoing maintenance and in a known-bad state.
Holidays and weekends
Schedule recurring freezes for days when on-call coverage is reduced and you want agents to stand down automatically.