Uninstall the YugabyteDB Anywhere software

You can uninstall YugabyteDB Anywhere in Kubernetes, as follows:

  1. To remove YugabyteDB Anywhere, execute the following Helm command:

    helm uninstall yw-test -n yw-test
    

    -n option 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
    
  2. Execute the following command to remove the yw-test namespace:

    kubectl delete namespace yw-test
    

    You should see a message similar to the following:

    namespace "yw-test" deleted