Uninstalling NCP

Uninstallation Steps:

  • Navigate to the NCP directory on the Server

cd ncp-r1.4.0-en
  • Execute sudo ./uninstaller.sh

  • During the process, you will be prompted to clear the database. Please choose 'y' for yes or 'n' for no.

Do you want to clear DB data? [y/n]: y
WARNING! This will remove anonymous local volumes not used by at least one container.
Are you sure you want to continue? [y/N] y
aviz@ncp:~/ncp-r1.4.0-en$ ./uninstaller.sh
Starting Network Copilot Uninstaller...

Bringing down Network Copilot services and removing images

<...>

Do you want to clear the Network Copilot database? [y/n]: y
WARNING! This will remove anonymous local volumes not used by at least one container.
Are you sure you want to continue? [y/N]: y
Removing database volumes...

------------------------------------------------------------
Uninstallation process for Network Copilot is complete.
------------------------------------------------------------

aviz@ncp:~/ncp-r1.4.0-en$
  • Verify:

    • The output of docker-compose ps -a should not display any containers associated with Network Copilot

    • The URL https://<Server-IP> is no longer accessible.

Last updated

Was this helpful?