Uninstall the YugabyteDB Anywhere software
You can uninstall YugabyteDB Anywhere in Kubernetes, as follows:
- 
To remove YugabyteDB Anywhere, execute the following Helm command: helm uninstall yw-test -n yw-test-noption specifies the namespace scope for this request.You should see a message similar to the following, notifying you that the subject release has been removed: release "yw-test" uninstalled
- 
Execute the following command to remove the yw-testnamespace:kubectl delete namespace yw-testYou should see a message similar to the following: namespace "yw-test" deleted