Uninstalling
This section provides step-by-step instructions for uninstalling watsonx.data developer edition.
Procedure
- Navigate to the watsonx.data Control section on the IBM watsonx.data developer edition Installer page.
- Click Uninstall dev edition. A confirmation message opens.
- 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
-
- Download the
uninstaller.shfrom the Installation instructions. - Run the script
uninstall.shto clean up the prerequisite components.
- Download the
- Windows users
-
- Run the following command to remove all tools (Podman, Kind, Helm, kubectl, and optionally
Docker):
winget uninstall Kubernetes.kubect - Run the following command to uninstall WSL (Windows Subsystem for
Linux):
wsl --unregister podman-wxd wsl --uninstall
- Run the following command to remove all tools (Podman, Kind, Helm, kubectl, and optionally
Docker):
- Linux users
-
- Run the following command to delete
namespace.
kubectl delete namespace wxd - Run the following command to delete Kind
cluster.
kind delete cluster --name kind-wxd - Run the following command to remove
docker.
dnf remove -y docker-ce docker-ce-cli containerd.io
- Run the following command to delete
namespace.