Stopping and Uninstalling Anaconda Server
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
docker-compose stop
docker-compose up
# Replace x.x.x with your current version of Anaconda Server
cd ate-x.x.x-installer
docker-compose down
rm -rf /opt/anaconda/repo
# Replace x.x.x with your current version of Anaconda Server
rm -rf ~/ate-x.x.x-installer
Was this page helpful?