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

 

End of Sale Notice:

F5 NGINX is announcing the End of Sale (EoS) for NGINX Management Suite API Connectivity Manager Module, effective January 1, 2024.

F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing API Connectivity Manager Module customers can continue to use the product past the EoS date. License renewals are not available after September 30, 2024.

See our End of Sale announcement for more details.

  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>.