Heroku MCP server

Official

ps_restart

Restart Heroku application processes with precision—target specific dynos, process types, or perform full application restarts to reset states and ensure smooth operation.

Instructions

Restart Heroku application processes. Use this tool when you need to: 1) Restart specific dynos by name, 2) Restart all dynos of a process type, 3) Perform full application restarts, 4) Reset dyno states selectively. The tool manages process restarts with flexible targeting options.

Input Schema

NameRequiredDescriptionDefault
appYesName of the app to restart processes for
dyno-nameNoSpecific dyno to restart (e.g., web.1). If neither dyno-name nor process-type specified, restarts all dynos
process-typeNoType of dynos to restart (e.g., web). If neither dyno-name nor process-type specified, restarts all dynos

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "app": { "description": "Name of the app to restart processes for", "type": "string" }, "dyno-name": { "description": "Specific dyno to restart (e.g., web.1). If neither dyno-name nor process-type specified, restarts all dynos", "type": "string" }, "process-type": { "description": "Type of dynos to restart (e.g., web). If neither dyno-name nor process-type specified, restarts all dynos", "type": "string" } }, "required": [ "app" ], "type": "object" }
ID: c1gtn2x5d2