Skip to main content

Usage

anaconda org remove <SPEC> [ADDITIONAL_SPECS ...] [OPTIONS]

Description

Removes an object from your Anaconda repository. Depending on the specification(s) you provide, this can remove a user, a package, a package version, or a specific file within a version. Multiple specifications can be provided to remove several objects at once.
This action is irreversible. Use --force to skip the confirmation prompt, or omit it to be prompted before removal.

Arguments

Options

Examples

Remove a specific file
anaconda org remove myusername/numpy/1.21.0/numpy-1.21.0-py39_0.conda
Remove multiple package versions
anaconda org remove myusername/numpy/1.21.0 myusername/scipy/1.7.0
Force remove without confirmation
anaconda org remove myusername/numpy/1.21.0 --force