Uninstalling NCP
Uninstallation Steps:
Navigate to the NCP directory on the Server
Execute
sudo ./uninstaller.sh
During the process, you will be prompted to clear the database. Please choose 'y' for yes or 'n' for no.
Note that selecting 'y' will remove all NCP data.
Verify:
The output of
docker-compose ps -a
should not display any containers associated with Network CopilotThe URL
https://<Server-IP>
is no longer accessible.
Last updated
Was this helpful?