mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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>
1.3 KiB
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.
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.