Uninstalling NCP Package
NCP Uninstallation Steps
Navigate to the NCP directory on the Server
root@ncp:~$ cd ncp-onprem
Execute
uninstaller.sh
root@ncp:~/ncp-onprem$ sudo ./uninstaller.sh
During the process, you will be prompted to clear the database. Please choose 'Y' for yes or 'N' for no.
Note selecting 'y' will remove all NCP data.
Verify the uninstallation success
docker ps
- Docker Images associated with NCP Application should not be seenhttps://<Server-IP>
is no longer accessible
Last updated
Was this helpful?