Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Version Management] Update get-started.mdx #21209

Merged
merged 2 commits into from
Apr 1, 2025
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.