Uninstall Device Protection
Use the commands below in your terminal to uninstall Aikido Device Protection from your system.
sudo "/Applications/Aikido Endpoint Protection.app/Contents/Resources/scripts/uninstall"msiexec /x (Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -like "Aikido Endpoint Protection*" }).IdentifyingNumber /qn /norestartOn Debian-family distributions:
sudo apt remove aikido-endpoint-protectionOn Red Hat-family distributions:
sudo dnf remove aikido-endpoint-protectionRemoving the package stops the service, restores the system trust store, and deletes the agent's state and logs.
After uninstalling, reboot your device to avoid connection errors and ensure it's fully removed.
Last updated
Was this helpful?