How to delete search nodes in a cluster?

Hi

We’ve added search nodes to our cluster a while ago & now we don’t need it. I can’t find an option to remove the search nodes in the cluster in the cluster dashboard. Can someone help me out

I know you can accomplish this from Atlas CLI…

atlas clusters search nodes delete --clusterName myCluster

So the corresponding function must be available in the ui… ah yes… here’s the doc

  • Go to your Cluster in the Atlas UI.
  • Click on “Edit Configuration” (or something similar depending on your Atlas version).
  • Modify the cluster tier and region settings to remove the dedicated search nodes.
  • Save and apply the changes.
2 Likes

That Worked. Thanks :slight_smile:

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.