docs/operating-scylla/procedures/cluster-management/remove-seed.rst
This procedure describes how to remove a seed node from the seed list.
.. note::
A seed node is only used by a new node during startup to learn about the cluster topology.
This means it is sufficient to configure one seed node in a node's scylla.yaml file.
The first node in a new cluster must be a seed node.
Verify that the seed node you want to remove is listed as a seed node in the scylla.yaml file by running cat /etc/scylla/scylla.yaml | grep seeds:
/etc/scylla/. For example:Seed list before removing the node:
.. code-block:: shell
Seed list after removing the node:
.. code-block:: shell
.. include:: /rst_include/scylla-commands-restart-index.rst