Answers for "turn off heroku app"

1

turn off heroku app

From The Heroku Webpage
Dashboard => Your App Name => Resources => Pencil icon=> Flip the switch => Confirm
Posted by: Guest on January-09-2021
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

Browse Popular Code Answers by Language