Kill switch
Also called: ops toggle
Last updated:
A kill switch is a feature flag whose job is to switch a feature off fast. When something goes wrong in production, you set the flag to off and every connected SDK serves the fallback on its next evaluation — within seconds, with no deployment, rebuild, or rollback.
When you reach for a kill switch
Kill switch vs rollback
Want the full picture? Read the concept guide: What are feature flags? →
Related terms
Feature flag
A feature flag is a conditional in your code whose value is controlled from a remote dashboard, letting you turn functionality on or off without deploying new code.
Percentage rollout
A percentage rollout serves a feature to a defined share of users — chosen by a deterministic hash — so the same users stay in the cohort as you ramp the percentage up.
Dark launch
A dark launch ships a feature to production turned off or invisible to users, so the code runs in the live environment before anyone sees it — you reveal it later on your own schedule.
Try it in your own app
Free Solo plan covers 10 flags and 2 environments. No credit card, no demo call — sign up and ship.