docs/operating-scylla/admin-tools/maintenance-mode.rst
In this mode, the node is not reachable from the outside, i.e.
it refuses all incoming RPC connections,
it does not join the cluster, thus
it does not open Alternator transport ports and the TCP CQL port.
The only way to make CQL queries is to use :doc:the maintenance socket </operating-scylla/admin-tools/maintenance-socket/>. The node serves only local data.
To start the node in maintenance mode, use the --maintenance-mode true flag or set maintenance_mode: true in the configuration file.
REST API works as usual, but some routes are disabled: