fleet/articles/how-to-uninstall-fleetd.md
Allen Houchins c211572242
Refreshed and updated content (#21982)
Updated the "How to uninstall osquery" document to no longer reference
older osquery references and file paths that no longer exist.

---------

Co-authored-by: JD <spokanemac@users.noreply.github.com>
Co-authored-by: Eric <eashaw@sailsjs.com>
2024-09-27 16:16:38 -05:00

1.3 KiB

How to uninstall Fleet's agent (fleetd)

This guide walks you through the steps to remove fleetd from your device. After performing these steps, the device will display as an offline host in the Fleet UI until you manually remove it.

On macOS:

Run the cleanup script found in Fleet's GitHub


On Windows:

Use the "Add or remove programs" dialog to remove Fleet osquery.

windows_uninstall


On Linux:

Using Debian package manager (Debian, Ubuntu, etc.) :

Run sudo apt remove fleet-osquery -y

Using yum Package Manager (RHEL, CentOS, etc.) :

Run sudo rpm -e fleet-osquery-X.Y.Z.x86_64

Are you having trouble uninstalling Fleetd on macOS, Windows, or Linux? Get help on Slack in the #fleet channel.