Heroku MCP server

Official

maintenance_on

Activate maintenance mode for Heroku apps to redirect traffic, schedule updates, and manage service interruptions. Ensures smooth transitions during deployments or planned maintenance windows.

Instructions

Enable maintenance mode for Heroku applications. Use this tool when you need to: 1) Redirect traffic to a maintenance page, 2) Prepare for system updates or deployments, 3) Schedule planned maintenance windows, 4) Gracefully handle service interruptions. The tool manages traffic routing and process states while preserving running operations.

Input Schema

NameRequiredDescriptionDefault
appYesThe name of the Heroku app to modify maintenance mode for. This must be an existing app that you have access to.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "app": { "description": "The name of the Heroku app to modify maintenance mode for. This must be an existing app that you have access to.", "type": "string" } }, "required": [ "app" ], "type": "object" }
ID: c1gtn2x5d2