Uninstalling the CFM Operator

You can uninstall CFM Operator using Helm or the cfmctl CLI tool.

By default, the uninstall command does not remove data containing resources. If you want to delete data containing resources, use the --delete flag with no arguments, whichdeletes NiFi and NiFi Registry instances in addition to uninstalling the operator and CRDs. Use the --force flag if the environment is unresponsive, and neither installation nor uninstallation is possible.

To uninstall CFM Operator, run the following command:

cfmctl uninstall --namespace [***CFM OPERATOR NAMESPACE***]

Replace [***CFM OPERATOR NAMESPACE***] with the namespace where you installed the operator.

helm uninstall cfm-operator --namespace [***CFM OPERATOR NAMESPACE***]

Replace [***CFM OPERATOR NAMESPACE***] with the namespace where you installed the operator.