How to Uninstall Resoto
Need help or have feedback on Resoto? Open an issue on GitHub or chat with us on Discord.
Directions​
The process to uninstall Resoto is dependent on the installation method used.
- AWS
- Docker
- Kubernetes
Log in to the AWS console.
Select the region where you deployed Resoto, and open the CloudFormation service.
Select the
ResotoEKS
stack and click Delete button.dangerThis will remove the Resoto deployment and all associated resources.
In the directory where you installed Resoto (containing the file docker-compose.yaml
), run the following command:
$ docker-compose down
Docker Compose V2 integrated compose functions in to the Docker platform.
In Docker Compose V2, the command is docker compose
(no hyphen) instead of docker-compose
.
Run the following command:
$ helm uninstall resoto