Uninstall - Self-hosted
To uninstall the self-hosted version of Coolify from your server, follow these steps:
-
Stop and Remove Containers:
Use the following command to stop the Coolify containers with a timeout of 0, ensuring they stop immediately, and then remove them:
-
Remove Docker Volumes:
Execute the command below to remove the Docker volumes associated with Coolify:
-
Remove Docker Network:
Remove the custom Docker network named “coolify”:
-
Delete Coolify Data Directory:
Delete the directory where Coolify data is stored:
-
Remove Docker Images:
Use the following commands to remove the Docker images used by Coolify:
After completing these steps, Coolify will be uninstalled from your server.