daytona
daytona copied to clipboard
Script to uninstall Daytona
Is your feature request related to a problem? Please describe. As a Daytona user, I want to entirely remove Daytona and any directories/files it may have created during installation or runtime.
Describe the solution you'd like A one-line script I can run to uninstall Daytona entirely from the system. It should remove the binary, config, any images, etc. returning the system to the state it was in before Daytona was installed.
Additional context In reference to documentation issue daytonaio/docs#54
I've considered documenting it manually for users in the docs, but this doesn't provide a great user experience. It also requires maintenance of instructions in the docs that could easily be scripted as the installation procedure is.
When using a package manager, there's a one-line method of uninstalling a package and cleaning up any leftover files/directories. e.g. brew uninstall git
, dnf uninstall podman
, etc. With the recommended installation of Daytona, this doesn't exist.
Since we have an installation script, we should make uninstalling Daytona just as straightforward for the user.