Once a cluster have been registered to Prism central, unregistering it via Prism UI is no longer available. This option was removed to reduce the risk of accidentally unregistering a cluster because several features require Prism Central to run your clusters.
If a cluster is unregistered from Prism Central, not only will these features not be available but the configuration for them may also be erased.
Unregistering a cluster can be done via CLI. Please follow below steps for removing a cluster from PC.
Note: The below steps assumes that you have not configured Nutanix Calm, Self Service Portal and Micro-segmentation etc in your Prism central. If these are configured then please follow KB 4944 for unregistration process.
1: Log on to any Controller vm of the registered cluster and verify cluster is healthy by running command: cluster status
2: Enable “remove-from-multicluster” option in the nCLI by running cmd: ncli -h true
3: Unregister the cluster from Prism Central by running command:
$ multicluster remove-from-multicluster external-ip-address-or-svm-ips=pc-name-or-ip username=pc-username password=pc-password force=true
Cluster unregistration take a minute or so.… Read More