Protect key business periods by automatically blocking or tightening deployments during high-risk dates like Black Friday, product launches, month-end, or tax season.
Completely block non-emergency deployments during a freeze window. Ideal for Black Friday or big marketing events where stability is more important than shipping new features.
Allow deployments, but with stricter risk rules and human approval. Great for “sensitive but not totally blocked” periods.
Freeze windows are managed through the web UI by organisation admins or risk policy managers. You define the calendar, and the platform enforces it in Safe-to-Deploy decisions.
Risk Policy Manager permission should create or edit change
freezes. Engineers and on-call responders will see the results in their
deployment logs without needing access to the settings.
Once a freeze window is active, Safe-to-Deploy decisions automatically reflect it so CI/CD can react without custom logic in each pipeline.
safe = falsereason = "Blocked due to active change freeze"From the CI/CD side, teams simply call the Safe-to-Deploy API as usual. The response already includes whether a freeze is in effect and why a deployment is blocked or restricted.