Uninstall Process Intelligence

To uninstall Process Intelligence, execute the following commands as root user, to remove the docker containers and images, and other files. If you are not using the host machine with the root user, start a new shell with root privileges using the command sudo bash.

To uninstall Process Intelligence:

  1. user@host:~# docker kill $(docker ps -q)
  2. user@host:~# docker rm $(docker ps -aq)
  3. user@host:~# docker rmi $(docker images -aq)
  4. user@host:~# docker network rm timeline_network

  5. user@host:~# rm /etc/systemd/system/timeline.service
  6. user@host:~# rm -rf /opt/timeline