Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/version-management/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ After promoting to each environment, test the new version in your new environmen

For new changes to your zone, [create a new version](/version-management/how-to/versions/#create-version) and repeat this process.

## Delete specific version

The versions created in Version Management are immutable and cannot be deleted to ensure that changes are tracked and can be rolled back if needed.

You can, however, create a new version and clone the configuration from the previous version, making any necessary changes before promoting it to your desired environment. This solution allows you to effectively "delete" the old version by no longer using it.