Answers for "how to stop heroku from restarting your app"

2

heroku restart

heroku ps:restart web -a <my app name>
Posted by: Guest on August-18-2020
0

how to stop a heroku app

$ heroku ps:scale web=0
Scaling web processes... done, now running 0
//once ready to go back online:
heroku ps:scale web=1
Posted by: Guest on January-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language