mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-24 00:32:15 +00:00
18 lines
397 B
ReStructuredText
18 lines
397 B
ReStructuredText
======================
|
|
Nodetool disablebinary
|
|
======================
|
|
**disablebinary** - Disable the binary option - disable CQL native protocol.
|
|
|
|
For example:
|
|
|
|
``nodetool disablebinary``
|
|
|
|
To verify the gossip status run ``nodetool statusbinary`` Result will be ``not running``
|
|
|
|
See also
|
|
|
|
* :doc:`enablebinary <enablebinary>`
|
|
* :doc:`statusbinary <statusbinary>`
|
|
|
|
.. include:: nodetool-index.rst
|