restar heroku server code example
Example 1: heroku cli delete app
$ heroku apps:destroy [YOUR-APP-HERE]
Example 2: heroku restart
heroku ps:restart web -a <my app name>
$ heroku apps:destroy [YOUR-APP-HERE]
heroku ps:restart web -a <my app name>