stop pm2 node code example Example 1: pm2 start npm start pm2 start npm --name "app name" -- start Example 2: pm2 stop process pm2 stop <processname>