Skip to main content
To uninstall the self-hosted version of Coolify from your server, follow these steps:
  1. 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:
  2. Remove Docker Volumes: Execute the command below to remove the Docker volumes associated with Coolify:
  3. Remove Docker Network: Remove the custom Docker network named “coolify”:
  4. Delete Coolify Data Directory: Delete the directory where Coolify data is stored:
  5. 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.