Uninstalling NCP

Uninstallation Steps

1. Navigate to the NCP Installation Directory

cd ncp-rx.x.x-en

2. Run the Uninstaller

sudo ./uninstaller.sh

3. 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 y to remove all Network Copilot data (irreversible).

  • Select n to 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 y will 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?