heroku_restart
Restart Heroku app dynos to resolve issues or apply changes. Specify a single dyno or restart all to refresh application instances.
Instructions
Restart dynos for a Heroku app. Can restart all dynos or a specific one.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | Name of the Heroku app | |
| dyno | No | Specific dyno to restart (e.g., web.1). Omit to restart all. |