1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website/docs/advanced/archived-toggles.md

21 lines
1.4 KiB
Markdown
Raw Normal View History

---
id: archived_toggles
title: Archived toggles
---
2021-12-14 11:51:32 +01:00
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.
2021-02-26 07:49:31 +01:00
2021-12-14 11:51:32 +01:00
![The Unleash toggle view showing a focused "archive feature toggle" button, highlighted by a red arrow.](/img/archive-toggle.png 'Archiving a Feature Toggle').
2021-02-26 07:49:31 +01:00
2021-12-14 11:51:32 +01:00
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.
2021-02-26 07:49:31 +01:00
## Reviving a feature toggle {#reviving-a-feature-toggle}
2021-02-26 07:49:31 +01:00
2021-12-14 11:51:32 +01:00
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.
2021-02-26 07:49:31 +01:00
2021-12-14 11:51:32 +01:00
![A list of archived toggles. Each toggle displays its name and project it belongs to. Each toggle also has a \"revive\" button, as highlighted by a red arrow.](/img/archive-toggle-revive.png 'Reviving a Feature Toggle').