Deleting a package#

You can delete an entire package from Repository, including all of its versions.

CAUTION: There is no undo for deleting a package.

To delete a package from Repository:

  1. Access Repository using the Web UI.

  2. In the Tools menu, select Packages.

  3. OPTIONAL: If the packages that you want to delete are not visible, under Filters, in the Type list, select All.

  4. Select the checkbox next to the packages you want to delete.

  5. Click the Delete button.

  6. Enter the account name in the confirmation window.

  7. Click Delete to permanently delete the selected package(s).

You can also use the Client CLI to delete a package:

anaconda remove jsmith/testpak

NOTE: Replace jsmith with your user name, and testpak with the package name.

You can now see the change on your profile page:

https://<your-anaconda-repo>/USERNAME

NOTE: Replace <your-anaconda-repo> with the name of your local Repository and USERNAME with your username.