Skip to content

Instantly share code, notes, and snippets.

@paulomcnally
Last active December 5, 2018 20:37
Show Gist options
  • Select an option

  • Save paulomcnally/c7e6faf9c33139e5b9b3df134d49e7fa to your computer and use it in GitHub Desktop.

Select an option

Save paulomcnally/c7e6faf9c33139e5b9b3df134d49e7fa to your computer and use it in GitHub Desktop.
Reiniciar dyno de heroku mediante API
curl -n -X DELETE https://api.heroku.com/apps/gandalf-dev/dynos -H "Authorization: Bearer [auth:token]" -H "Content-Type: application/json" -H "Accept: application/vnd.heroku+json; version=3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment