usage: conda env remove [-h] [-n ENVIRONMENT | -p PATH] [--solver {classic}]
[--json] [-v] [-q] [-d] [-y]
Named Arguments
--solver
Possible choices: classic
Choose which solver backend to use.
-v, --verbose
Can be used multiple times. Once for detailed output, twice for INFO logging, thrice for DEBUG logging, four times for TRACE logging.
-q, --quiet
Do not display progress bar.
-d, --dry-run
Only display what would have been done.
-y, --yes
Sets any confirmation values to 'yes' automatically. Users will not be asked to confirm any adding, deleting, backups, etc.
Examples:
conda env remove --name FOO
conda env remove -n FOO