Uninstalling
This page covers the uninstall of the Unity Integrations Hub, and cleaning of any remaining configuration files.
Uninstalling the Unity Integrations Hub
To uninstall the Unity Integrations Hub, Login to the docker host server and open a terminal.
Browse to the portal folder: /var/ascertia/unityPortal
Warning. These steps are destructive and cannot be undone.
Start the unity service and stop any running deployments by pressing [6]
, then selecting [y]
.

Once stopped, you can exit the menu, the Unity Integrations Hub has been removed from the machine.
Removing remaining configuration files
Now run the following command to uninstall the package:
sudo apt remove --purge unity-portal
(Optional) Some config files are kept in place, to ensure they are removed as well, run this command:
sudo rm -rf /var/ascertia/unityPortal
The Unity Integrations Hub has now been removed.
Last updated