We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8e73f commit 3a7d0dfCopy full SHA for 3a7d0df
docs/cluster.rst
@@ -91,7 +91,7 @@ Below is an example on how to manage clusters using python-arango.
91
cluster.toggle_maintenance_mode('on')
92
cluster.toggle_maintenance_mode('off')
93
94
- # Rebalance the distribution of shards.
+ # Rebalance the distribution of shards. Available with ArangoDB 3.10+.
95
cluster.rebalance()
96
97
See :ref:`ArangoClient` and :ref:`Cluster` for API specification.
0 commit comments