Removing a previous version of a package#

To remove a previous version of one of your packages from Repository:

  1. On your dashboard, click the package name.

  2. Select the Files tab.

  3. Select the checkbox to the left of the version you want to remove.

  4. In the Actions menu, select Remove.

You can also use the Client CLI to remove a previous version of a package:

anaconda remove jsmith/testpack/0.2

NOTE: Replace jsmith with your username, testpack with the package name and 0.2 with the desired version.

You can now see the change on your profile page:

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

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