For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 /norestart

On Debian-family distributions:

sudo apt remove aikido-endpoint-protection

On Red Hat-family distributions:

sudo dnf remove aikido-endpoint-protection

Removing the package stops the service, restores the system trust store, and deletes the agent's state and logs.

Last updated

Was this helpful?