Uninstall Firezone

Firezone can be uninstalled using the steps below.

This will irreversibly destroy ALL Firezone data and can't be undone.

For docker-based deployments, simply bring the firezone services down, then delete the working directory where you installed the Firezone docker files ($HOME/.firezone by default):

# default install dir
installDir=$HOME/.firezone
docker compose -f $installDir/docker-compose.yml down -v
rm -rf $installDir