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