how to stop mongodb server in ubuntu

C++
sudo systemctl stop mongodb
# it will stop running mongodb server
Source

Also in C++: