Anaconda Server enables you to upload packages (conda, cran, wheel, egg, sdist, and so on) to the repository and store them in several different channel structures. Each package contains specific metadata for that package along with the dependencies and dependents for the package.This topic provides guidance on the following actions:
Click the green Delete button to delete a package. You will be prompted to confirm that you wish to delete the Package. Click Delete to confirm.
Via the UI
On a package details page, navigate to the Files tab to see all the versions of a given package.
Select one or more packages, and then click on the down arrow to the left of the filter field and click Delete.
Via the API
Copy
Ask AI
# Replace placeholders in <BRACKETS> with the applicable informationDELETE /api/channels/<CHANNEL_NAME>/artifacts/<ARTIFACT_TYPE>/<ARTIFACT_NAME>DELETE /api/channels/<CHANNEL_NAME>/subchannels/<SUBCHANNEL_NAME>/artifacts/<ARTIFACT_TYPE>/<ARTIFACT_NAME>
Via the CLI
Copy
Ask AI
# Replace placeholders in <BRACKETS> with the applicable informationconda-repo remove [--family]<CHANNEL_NAME>/<SUBCHANNEL_NAME>[::<PACKAGE>[/<VERSION>[/<FILE_NAME>]]]