Delete Clusters from Pulse
In a multi-cluster Pulse setup, if you need to delete an existing cluster from Pulse, perform the following:
Set the active cluster:
accelo set
Select the cluster you wish to remove from Pulse.
Uninstall the Pulse agents:
accelo uninstall remote
This command removes all Pulse agents from the nodes of the remote cluster.
Remove the cluster from the Pulse database:
Replace <CLUSTER_NAME> with the actual name of the cluster.
accelo admin database drop-cluster -c <CLUSTER_NAME>
This command deletes all database entries associated with the specified cluster.
Set a different active cluster:
accelo set
Choose a cluster other than the one you removed from Pulse.
Restart the Pulse Web UI service:
accelo restart ad-graphql
Log in to the Pulse Web UI and verify that the cluster is no longer listed.
Remove the cluster configurations:
Remove the following files/directories related to the specific cluster:
Configuration file at path:
${AcceloHome}/config/acceldata_<CLUSTER_NAME>.confCluster directory at path:
${AcceloHome}/work/<CLUSTER_NAME>
