On this page
db.shutdownServer()
db.shutdownServer( )-
Shuts down the current
mongodormongosprocess cleanly and safely.This operation fails when the current database is not the admin database.
This command provides a wrapper around the
shutdowncommand.