All Collections
On-premise Setup
Clean a Husprey instance
Clean a Husprey instance

Step-by-step to clean Husprey from your machine

Joffrey Villard avatar
Written by Joffrey Villard
Updated over a week ago

WARNING: Cleaning your instance will loose ALL data from your Husprey instance unless backed up. If you have questions, we are ready to help you.

Stopping current Husprey instance. It needs to happen first so containers don't start again.

husprey stop

List Docker images to be deleted

docker image ls | grep husprey

Remove all Husprey images with

docker image rm ID_TO_DELETE1 ID_TO_DELETE2 

Clean Husprey conf

sudo rm -rf /opt/husprey /usr/local/bin/husprey

If you added a proxy to the local Husprey process you can also remove it from Nginx or Apache2.

You should now have a clean machine!

However, please reach out to help@husprey.com if you experience some issues along the way.

Did this answer your question?