mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| id: archived_toggles
 | |
| title: Archived toggles
 | |
| ---
 | |
| 
 | |
| You can _archive_ a feature toggle when it is not needed anymore. You do this by clicking the "Archive" button on the feature toggle details view. When you archive a feature toggle, it will no longer be available to Client SDKs.
 | |
| 
 | |
| .
 | |
| 
 | |
| You can not "fully delete a feature toggle". This is to prevent you from creating a new feature toggle with the same name as an old one. This could potentially reactivate old functionality in code that still referenced the old toggle and result in unintended consequences.
 | |
| 
 | |
| ## Viewing archived toggles
 | |
| 
 | |
| You can find archived toggles in the toggle archive. The archive is accessible from the global feature toggle list.
 | |
| 
 | |
| ## Reviving a feature toggle {#reviving-a-feature-toggle}
 | |
| 
 | |
| If you want to re-use a feature toggle that you previously archived, you can revive in from the feature toggle archive. Click the "revive icon" to revive the toggle. Revived toggles will be in the disabled state when you re-enable them.
 | |
| 
 | |
| .
 |