This article walks you through how to uninstall your Coder server.
To uninstall your Coder server, delete the following directories.
rm -rf ~/.cache/coder
Debian, Ubuntu:
sudo apt remove coder
Fedora, CentOS, RHEL, SUSE:
sudo yum remove coder
Alpine:
sudo apk del coder
If you installed Coder manually or used the install script on an unsupported operating system, you can remove the binary directly:
sudo rm /usr/local/bin/coder
sudo rm /etc/coder.d/coder.env
There is a
postgres
directory within thecoderv2
directory that has the database engine and database. If you want to reuse the database, consider not performing the following step or copying the directory to another location.
rm -rf ~/Library/Application\ Support/coderv2
rm -rf ~/.config/coderv2
C:\Users\USER\AppData\Roaming\coderv2