I’ll introduce commands to restart, stop, and start Heroku apps.
heroku restart
heroku ps:scale web=0
heroku ps:scale web=1
For free plan usage, it’s web=1, but specify web=2 or adjust appropriately according to your environment.
That’s all from the Gemba, where I fully utilize Heroku for personal development.