Uninstall Guide

This guide explains how to uninstall NGINX Management Suite, including Instance Manager and API Connectivity Manager.

NGINX Management Suite

To uninstall NGINX Management Suite and all of its modules, complete the following steps:

  1. To uninstall NGINX Management Suite, run the following command:

    yum remove nms-*
    
  2. Stop the ClickHouse service:

    sudo systemctl stop clickhouse-server
    
  3. To uninstall ClickHouse, run the following command:

    yum remove clickhouse-server
    

To uninstall NGINX Management suite and all of its modules, complete the following steps:

  1. To uninstall NGINX Management Suite, run the following command:

    sudo apt-get remove nms-*
    
  2. Stop the ClickHouse service:

    sudo systemctl stop clickhouse-server
    
  3. To uninstall ClickHouse, run the following command:

    sudo apt-get remove clickhouse-server
    

    Note: The apt-get remove <package> command will remove the package from your system, while keeping the associated configuration files for possible future use. If you want to completely remove the package and all of its configuration files, you should use apt-get purge <package>.


API Connectivity Manager

  1. To uninstall API Connectivity Manager, run the following command:

    yum remove nms-api-connectivity-manager
    
  2. To uninstall the Developer Portal, run the following command:

    yum remove nginx-devportal
    

  1. To uninstall API Connectivity Manager, run the following command:

    sudo apt-get remove nms-api-connectivity-manager
    
  2. To uninstall the Developer Portal, run the following command:

    sudo apt-get remove nginx-devportal
    

    Note: The apt-get remove <package> command will remove the package from your system, while keeping the associated configuration files for possible future use. If you want to completely remove the package and all of its configuration files, you should use apt-get purge <package>.


App Delivery Manager

  1. To uninstall App Delivery Manager, run the following command:

    yum remove nms-adm
    

  1. To uninstall App Delivery Manager, run the following command:

    sudo apt-get remove nms-adm
    

    Note: The apt-get remove <package> command will remove the package from your system, while keeping the associated configuration files for possible future use. If you want to completely remove the package and all of its configuration files, you should use apt-get purge <package>.


Security Monitoring

  1. To uninstall the Security Monitoring module, run the following command:

    yum remove nms-sm
    

  1. To uninstall the Security Monitoring module, run the following command:

    sudo apt-get remove nms-sm
    

    Note: The apt-get remove <package> command will remove the package from your system, while keeping the associated configuration files for possible future use. If you want to completely remove the package and all of its configuration files, you should use apt-get purge <package>.


NGINX Agent

Complete the following steps on each host where you’ve installed the NGINX Agent:

  1. Stop the NGINX Agent:

    sudo systemctl stop nginx-agent
    
  2. To uninstall the NGINX Agent, run the following command:

    yum remove nginx-agent
    

Complete the following steps on each host where you’ve installed the NGINX Agent:

  1. Stop the NGINX Agent:

    sudo systemctl stop nginx-agent
    
  2. To uninstall the NGINX Agent, run the following command:

    sudo apt-get remove nginx-agent
    

    Note: The apt-get remove <package> command will remove the package from your system, while keeping the associated configuration files for possible future use. If you want to completely remove the package and all of its configuration files, you should use apt-get purge <package>.