Uninstalling

This section provides step-by-step instructions for uninstalling watsonx.data developer edition.

Procedure

  1. Navigate to the watsonx.data Control section on the IBM watsonx.data developer edition Installer page.
  2. Click Uninstall dev edition. A confirmation message opens.
  3. Click Confirm to uninstall. This action retains all previously installed prerequisites.

Cleaning up the components

Run the Cleanup process to remove all prerequisites and components that were installed during the setup process.
Mac users
  1. Download the uninstaller.sh from the Installation instructions.
  2. Run the script uninstall.sh to clean up the prerequisite components.
Windows users
  1. Run the following command to remove all tools (Podman, Kind, Helm, kubectl, and optionally Docker):
    winget uninstall Kubernetes.kubect
  2. Run the following command to uninstall WSL (Windows Subsystem for Linux):
    wsl --unregister podman-wxd
    wsl --uninstall
Linux users
  1. Run the following command to delete namespace.
    kubectl delete namespace wxd
  2. Run the following command to delete Kind cluster.
    kind delete cluster --name kind-wxd
  3. Run the following command to remove docker.
    dnf remove -y docker-ce docker-ce-cli containerd.io