Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.07 KB

deleting-releases.md

File metadata and controls

26 lines (19 loc) · 1.07 KB
layout pubDate modDate title description navOrder
src/layouts/Default.astro
2023-01-01
2023-01-01
Deleting releases
Deleting releases from your projects
18

Sometimes you may want to delete releases of your project. Maybe they're defective and you don't want them possibly deployed, or you just want to clean up old releases. This page outlines the methods to permanently delete these releases in Octopus.

Deleting individual releases can be done by entering the release page and selecting the Edit option in the ... overflow menu.

:::figure Edit release :::

In the edit release page, click the ... overflow menu and select Delete.

:::figure Delete release :::

You can also delete a batch of releases by specifying a release version range in the Octopus CLI. An example can be found in our Octopus CLI documentation.

Consider automating data clean up by configuring retention policies.