Uninstall a day-2 operator and optionally remove its resources
/plugin marketplace add openshift-eng/ai-helpers/plugin install olm@ai-helpers<operator-name> [namespace] [--remove-crds] [--remove-namespace]## Name olm:uninstall ## Synopsis ## Description The `olm:uninstall` command uninstalls a day-2 operator from an OpenShift cluster by removing its Subscription, ClusterServiceVersion (CSV), and optionally its Custom Resource Definitions (CRDs) and namespace. This command provides a comprehensive uninstallation workflow: - Removes the operator's Subscription - Deletes the ClusterServiceVersion (CSV) - Optionally removes operator-managed deployments - Optionally deletes Custom Resource Definitions (CRDs) - Optionally removes the operator's namespace - Provides detailed feedback on each st...