Uninstall AI Workbench#
Overview#
- The local uninstall changes slightly based on the full local install.
The local install installs more things on your system. The uninstall is thus slightly more involved.
Windows Uninstall#
- Step One: Quit the AI Workbench Desktop App completely.
Right click System Tray > Show Hidden Icons > AI Workbench Icon
Select Quit
If you don’t see the AI Workbench Icon then go to Step Two.
- Step Two: Remove the Desktop Application.
Type Windows search bar > “Add or remove programs”
Select Add or remove programs
Type Apps > Installed apps > Search apps > “”NVIDIA AI Workbench”
Select NVIDIA AI Workbench Card > Option Dots (RHS) > Uninstall
Confirm Uninstall
Confirm Uninstall
- Step Three: (optional) Remove the program files.
Open a Windows file browser, File Browser
Substitute your username in the path “C:Users<your-user-name>AppDataLocal”
Paste the path File Browser > Address Bar > C:Users<user-name>AppDataLocal
Delete the folder nvidia-ai-workbench-updater
Open C:Users<user-name>AppDataLocalNVIDIA Corporation
Delete the folder AI Workbench
- Step Four: (optional, full local) Remove the NVIDIA-Workbench WSL distribution.
Delete the folder C:Users<user-name>AppDataLocalNVIDIA CorporationAI Workbench Distro
- Step Five: (optional, full local) Unregister the NVIDIA-Workbench distribution.
Open a Windows terminal
Run the following command:
wsl --unregister NVIDIA-Workbench
To keep the files, back the distro up to a .tar file BEFORE unregistering.
wsl --export NVIDIA-Workbench <<BACKUP_FILE_PATH>>
Ubuntu Desktop Uninstall#
- Step One: Remove the Debian package with the following commands
sudo apt-get remove --purge nvidia-ai-workbench sudo apt-get autoremove
- Step Two: Remove the program files with the command.
rm -rf $HOME/.nvwb
- Step Three: (optional, full local) Remove the projects folder with the command.
rm -rf $HOME/nvidia-workbench/
macOS Uninstall#
- Step One: Move the AI Workbench application to the trash.
This uninstalls the Desktop App.
- Step Two: (optional, full local) Run the *nvwb* uninstall command.
- This uninstalls the CLI.
sudo -E $HOME/.nvwb/bin/nvwb-cli uninstall
- Step Three: (optional) Remove the *.nvwb* folder.
rm -rf $HOME/.nvwb
- Step Four: (optional) Remove the project repositories.
rm -rf $HOME/nvidia-workbench
Remote Uninstall#
- Step One: SSH into the remote system.
You need to run a command in a terminal on the remote.
- Step Two: Run the *nvwb* uninstall command with *sudo*.
sudo -E $HOME/.nvwb/bin/nvwb-cli uninstall
- Step Three: (optional) Remove the *.nvwb* folder.
rm -rf $HOME/.nvwb
- Step Four: (optional) Remove the project repositories.
rm -rf $HOME/nvidia-workbench