Как перезапустить сервер Heroku
heroku restart -a app_name
# The -a is the same as --app
Hemant Soni
heroku restart -a app_name
# The -a is the same as --app
heroku ps:restart web -a <my app name>
heroku restart -a app_name
# The -a is the same as --app