For the complete documentation index, see llms.txt. This page is also available as Markdown.

Uninstall Devin Server

The following steps will guide you through uninstalling Devin Server

To uninstall Devin Server, ensure you have administrator/root access on the server and follow these steps:

  1. Download the uninstaller script with:

wget https://download.devin.fm/downloads/uninstall_devin_unix.sh
  1. Make the script executable with:

chmod +x uninstall_devin_unix.sh
  1. Run the uninstaller as a superuser with:

sudo ./uninstall_devin_unix.sh
  1. Complete the uninstallation by following the instructions in the removal script.

Last updated