Skip to content

Uninstalling

While we hate to see you go, if you need to uninstall Dokku, the following may help you out:

Arch Uninstallation

# purge dokku from your system
yay -Rsn dokku

Debian Uninstallation

# purge dokku from your system
apt-get purge dokku herokuish

# remove any dependencies that are no longer necessary
apt-get autoremove

Makefile Uninstallation

This is a manual deletion process, and as it is not a recommended installation method, there is currently no automated uninstallation.

All service plugins should be unlinked from applications, stopped, and destroyed.

All applications should be stopped, and all docker containers and images deleted:

# stop all applications
dokku ps:stop --all

# cleanup containers and images
dokku cleanup

The following user/group must be deleted:

  • user: dokku
  • group: dokku

The following directories must be deleted:

  • ~dokku
  • /var/lib/dokku
  • /var/log/dokku