Uninstall
Removing Debian/Ubuntu Installation
Section titled “Removing Debian/Ubuntu Installation”The Bleemeo agent is installed using system packages and can be removed the same way.
Uninstall the agent:
sudo apt-get remove bleemeo-agent gloutonRemove dependencies that are no longer required:
sudo apt-get autoremoveOptionally, remove the Bleemeo software repository:
sudo rm /etc/apt/sources.list.d/bleemeo-*.listsudo apt-get updateRemoving CentOS/AlmaLinux/RockyLinux Installation
Section titled “Removing CentOS/AlmaLinux/RockyLinux Installation”Uninstall the agent:
sudo dnf remove bleemeo-agent gloutonOptionally, remove the Bleemeo software repository:
sudo rm /etc/yum.repos.d/bleemeo.repoRemoving Fedora Installation
Section titled “Removing Fedora Installation”Uninstall the agent:
sudo dnf remove bleemeo-agent gloutonOptionally, remove the Bleemeo software repository:
sudo rm /etc/yum.repos.d/bleemeo.repoRemoving Windows Installation
Section titled “Removing Windows Installation”To uninstall the Bleemeo agent from Windows:
- Open Settings > Apps > Apps & features (or Installed apps on Windows 11).
- Search for Glouton in the list.
- Click the application entry and select Uninstall.
- Follow the prompts to complete the removal.

Removing Docker Installation
Section titled “Removing Docker Installation”If you run the Bleemeo agent as a Docker container, stop and remove it:
docker stop bleemeo-agentdocker rm bleemeo-agentOptionally, remove the image to free disk space:
docker rmi bleemeo/bleemeo-agentRemoving TrueNAS CORE Installation
Section titled “Removing TrueNAS CORE Installation”To uninstall the Bleemeo agent from your TrueNAS server, run the following command:
service glouton uninstallThis removes all Bleemeo agent data. The ZFS dataset may be left behind — you can safely delete it using the TrueNAS UI if you are not using it for anything else.
Removing TrueNAS SCALE Installation
Section titled “Removing TrueNAS SCALE Installation”Use the TrueNAS UI to delete the custom application.
Removing Manual Installation
Section titled “Removing Manual Installation”If you installed the Bleemeo agent manually, it is located at /usr/local/sbin/glouton.
Stop the agent:
sudo -u glouton pkill gloutonRemove the binary:
sudo rm /usr/local/sbin/glouton