Uninstalling the product and operator

Hitachi iQ Studio Installation Guide

Version
1.0.x
Audience
anonymous
Part Number
MK-26HIQS000-01
ft:lastEdition
2026-06-10

Removes the product or operator from your cluster.

Delete all deployed models before you start the uninstallation process.

  1. Delete the ProductRelease (CR) to remove all components defined in the release specification.
    kubectl delete productrelease <name> -n iqstudio-operator
  2. Uninstall the operator using Helm to delete the operator deployment and related resources in the iqstudio-operator namespace.
    helm uninstall iqstudio-operator -n iqstudio-operator
  3. Optional: Clean up the namespace to remove all remaining resources in the iqstudio-operator namespace.
    kubectl delete namespace iqstudio-operator
The ProductRelease custom resource is deleted.

The iQ Studio operator and all associated Kubernetes resources are removed from the cluster.