Answers for "heroku kill process"

0

kill dyno process heroku

$ heroku ps:stop run.1
Stopping run.1 process... done
Posted by: Guest on January-25-2021
0

how to kill a running service in heroku

heroku ps:scale web=0 --app myAppName
Posted by: Guest on November-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language