Deleting Habitat packages from Builder

Hi,
I am looking for a way to manually delete/edit one of the old habitat packages from Builder.

Example:
I created a package called "Reeact-mx" but later realized I was using the wrong naming convention, so I renamed it to "React_mx". The old package with a "-" character may be confusing for people trying to use it as a dependency.

Can we Delete or Rename an old package in Builder?

You can use hab pkg delete to delete a package as long as that package is not in the stable channel and there are no other packages that take a dependency on that package. Once you successfully perform a hab pkg delete on a package, it is no longer searchable.

2 Likes