NCP
  • Network Copilot
  • What's New?
  • Quick Start
  • Getting Started
    • System Requirements
      • On-Prem Deployment
      • Cloud Deployment
    • Licensing
    • Metrics Matrix
    • Onboarding Data
    • Scalability
  • Downloading Network Copilot
  • Deploying & Managing Network Copilot
    • Deployment Prerequisites
    • Installing Prerequisite Packages
    • Deploying the NCP Package
    • Managing Network Copilot
      • Upgrading License
      • Upgrading NCP
      • Uninstalling NCP
  • Web UI Administration
    • License Activation
    • Login Page
    • Dashboard Overview
    • Inventory Management
      • Onboarding Switches
        • Using ONES Telemetry Agent
        • Using SNMP
          • Adding Switches using YAML
          • Adding Switches using CSV
        • Using sFlow
        • Using API
        • Using gNMI
    • User Accounts
  • Accessing NCP
  • External Integrations
    • Communication & Collaboration
      • NetBox
      • Cisco Nexus Dashboard
      • Slack
    • Data Ingestion
      • AWS S3
      • Azure
      • ELK Stack
      • Google Cloud Storage
      • InfluxDB
      • Loki
      • Snowflake
      • Splunk
  • Use Cases
    • Basic NetOps
    • Flow Analytics
    • Security Audits
    • Inventory Insights
    • Support Knowledge Base
    • Upgrade Compliance
  • Contact Aviz Networks Support
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Deploying & Managing Network Copilot
  2. Managing Network Copilot

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

Note that selecting 'y' will remove all NCP data.

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.

PreviousUpgrading NCPNextWeb UI Administration

Last updated 27 days ago

Was this helpful?