Uninstalling NCP
Uninstallation Steps
1. Navigate to the NCP Installation Directory
cd ncp-rx.x.x-en2. Run the Uninstaller
sudo ./uninstaller.sh3. Database Cleanup (Optional)
During the uninstallation process, you will be prompted to remove the Network Copilot database.
Do you want to clear DB data? [y/n]:Select
yto remove all Network Copilot data (irreversible).Select
nto retain the database volumes.
If you choose to clear the database, you will be asked to confirm:
WARNING! This will remove anonymous local volumes not used by at least one container.
Are you sure you want to continue? [y/N]: y⚠️ Selecting
ywill permanently delete all Network Copilot data.
4. Uninstallation Progress
The uninstaller will:
Stop all Network Copilot services
Remove containers and images
Optionally remove database volumes
Example output:
Verify Uninstallation
Run the following command:
Ensure no Network Copilot containers are listed.
Confirm the UI is no longer accessible:
If the URL is inaccessible and no NCP containers are running, the uninstallation is complete.
Last updated
Was this helpful?