. . .

Uninstallation

To uninstall ApiOmat several steps are necessary which are listed below.

Linux

The uninstallation depends on your Linux distribution. The different packages can be removed by executing the following commands:

# to remove ApiOmat Yambas and Dashboard
sudo apt-get remove apiomat-dashboard2
sudo apt-get remove apiomat-yambas
 
# or to purge ApiOmat Yambas and Dashboard
sudo apt-get purge apiomat-dashboard2
sudo apt-get purge apiomat-yambas
 
# to remove Monitoring (optional product)
sudo apt-get remove apiomat-monitoringservice
sudo apt-get remove apiomat-serviceregistry
 
# or to purge Monitoring (optional product)
sudo apt-get purge apiomat-monitoringservice
sudo apt-get purge apiomat-serviceregistry
 
# to remove Analytics (optional product)
sudo dpkg -r apiomat-analytics
 
# or to purge Analytics (optional product)
sudo dpkg -P apiomat-analytics
# to remove/purge ApiOmat Yambas and Dashboard
sudo yum --nogpgcheck remove apiomat-dashboard2
sudo yum --nogpgcheck remove apiomat-yambas
 
# to remove/purge Monitoring (optional product)
sudo yum --nogpgcheck remove apiomat-monitoringservice
sudo yum --nogpgcheck remove apiomat-serviceregistry
 
# to remove/purge Analytics (optional product)
sudo yum --nogpgcheck remove apiomat-analytics
# to remove/purge ApiOmat Yambas and Dashboard
sudo zypper remove apiomat-dashboard2.suse
sudo zypper remove apiomat-yambas
 
# to remove/purge Monitoring (optional product)
sudo zypper remove apiomat-monitoringservice
sudo zypper remove apiomat-serviceregistry
 
# to remove/purge Analytics (optional product)
sudo zypper remove apiomat-analytics

Keep in mind that additionally pre-installed external libraries like PHP have to be uninstalled manually.

Windows

The uninstallation of ApiOmat from Windows is more complex and therefore excluded to the guide Uninstallation on Windows.

Manually installed Packages (ZIP / WAR files)

To remove manually installed ApiOmat packages from your system just orientate to the steps of Manual installation in an opposite manner.