mongodb stop server code example
Example 1: mongodb stop server mac
//stops mongodb server
brew services stop mongodb-community@4.4
//starts mongodb server
brew services start mongodb-community@4.4
Example 2: how to stop mongodb server in ubuntu
sudo systemctl stop mongodb
# it will stop running mongodb server