- Reference >
mongo
Shell Methods >- Sharding Methods >
- sh.setBalancerState()
sh.setBalancerState()¶
On this page
Description¶
-
sh.
setBalancerState
(state)¶ Enables or disables the balancer. Use
sh.getBalancerState()
to determine if the balancer is currently enabled or disabled andsh.isBalancerRunning()
to check its current state.Important
You can only run
sh.setBalancerState()
on amongos
instance.sh.setBalancerState()
errors if run onmongod
instance.The
sh.setBalancerState()
method has the following parameter:Parameter Type Description state
boolean Set this to true
to enable the balancer andfalse
to disable it.