Make sure you back up logs, the artifacts database, and the postgres database before uninstalling.
To remove Anaconda Server package data, log in with the same user profile you used to install Anaconda Server and run the following commands in the terminal where Anaconda Server is installed:
Copy
Ask AI
# Replace x.x.x with your current version of Anaconda Servercd ate-x.x.x-installerdocker compose downrm -rf /opt/anaconda/repo
To perform a complete uninstall that deletes both the Anaconda Server application and configuration (as opposed to just deleting package data), run the following command as well:
Copy
Ask AI
# Replace x.x.x with your current version of Anaconda Serverrm -rf ~/ate-x.x.x-installer