Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

sh.stopAutoMerger()

On this page

  • Definition
  • Syntax
  • Behavior
  • Example
  • Learn More
sh.stopAutoMerger()

New in version 7.0.

Disables the AutoMerger.

sh.stopAutoMerger()

When the method runs, it stops the AutoMerger. Any in progress operations issued by the AutoMerger are completed.

The following example disables the AutoMerger. Run the example from mongos:

sh.stopAutoMerger()
← sh.status()