Last active
December 5, 2018 20:37
-
-
Save paulomcnally/c7e6faf9c33139e5b9b3df134d49e7fa to your computer and use it in GitHub Desktop.
Reiniciar dyno de heroku mediante API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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