mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
docs(4.3): Update archive page.
This commit is contained in:
parent
de420dde14
commit
c0b5f27a3c
@ -3,14 +3,18 @@ id: archived_toggles
|
|||||||
title: Archived toggles
|
title: Archived toggles
|
||||||
---
|
---
|
||||||
|
|
||||||
In unleash you may choose to "archive" a feature toggle when it is not needed anymore. You do this by clicking the "Archive" button on the feature toggle details view. By archiving a feature toggle it will not be available to Client SDKs anymore.
|
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.
|
||||||
|
|
||||||
![Archive Toggle](/img/archive-toggle.png 'Archiving a Feature Toggle').
|
![The Unleash toggle view showing a focused "archive feature toggle" button, highlighted by a red arrow.](/img/archive-toggle.png 'Archiving a Feature Toggle').
|
||||||
|
|
||||||
You will not be able to "fully delete a feature toggle". The reason for this is to avoid old toggles suddenly "waking up again". This could, in worst case, re-activate old functionality in code where the use of the feature toggle has not been cleaned up yet.
|
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}
|
## Reviving a feature toggle {#reviving-a-feature-toggle}
|
||||||
|
|
||||||
If you want to re-use a feature toggle which has been archived you may revive in from the archive. You do that by clicking the "revive icon". Please not that revived toggles will be "disabled" when they are active again.
|
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.
|
||||||
|
|
||||||
![Revive Toggle](/img/archive-toggle-revive.png 'Reviving a Feature Toggle').
|
![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').
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 318 KiB After Width: | Height: | Size: 75 KiB |
Binary file not shown.
Before Width: | Height: | Size: 597 KiB After Width: | Height: | Size: 108 KiB |
Loading…
Reference in New Issue
Block a user