Uninstall Guide
This guide explains how to uninstall NGINX Management Suite, including Instance Manager and API Connectivity Manager.
Uninstall NGINX Management Suite
To remove NGINX Management Suite and all of its modules, complete the following steps in the given order:
-
Remove NGINX Management Suite:
yum remove nms-*
-
Stop the ClickHouse process:
sudo systemctl stop clickhouse-server
-
Uninstall ClickHouse:
yum remove clickhouse-server
To remove the NGINX Management suite and modules altogether, complete the following steps in the given order:
-
Remove NGINX Management Suite:
sudo apt-get remove nms-*
-
Stop the ClickHouse process:
sudo systemctl stop clickhouse-server
-
Uninstall ClickHouse:
sudo apt-get remove clickhouse-server
Uninstall API Connectivity Manager
-
To uninstall the API Connectivity Manager module, run the following command:
yum remove nms-api-connectivity-manager*
-
To uninstall the API Connectivity Manager module, run the following command:
sudo apt-get remove nms-api-connectivity-manager*
Uninstall Developer Portal
-
To uninstall the Developer Portal, run the following command:
yum remove nginx-devportal*
-
To uninstall the Developer Portal, run the following command:
sudo apt-get remove nginx-devportal*
Uninstall Security Monitoring
-
To uninstall the Security Monitoring module, run the following command:
yum remove nms-sm
-
To uninstall the Developer Portal, run the following command:
sudo apt-get remove nms-sm
Uninstall NGINX Agent
Complete the following steps on each host where you’ve installed the NGINX Agent:
-
Stop the NGINX Agent:
sudo systemctl stop nginx-agent
-
Uninstall the NGINX Agent:
yum remove nginx-agent
Complete the following steps on each host where you’ve installed the NGINX Agent:
-
Stop the NGINX Agent:
sudo systemctl stop nginx-agent
-
Uninstall the NGINX Agent:
sudo apt-get remove nginx-agent