Vercel MCP

cancelDeployment

Cancel a specific deployment on Vercel by providing the deployment ID. This tool, part of the Vercel MCP server, stops ongoing deployments to manage resources effectively.

Instructions

Cancels a deployment

Input Schema

NameRequiredDescriptionDefault
deploymentIdYesThe ID of the deployment to cancel
slugNoSlug
teamIdNoTeam ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deploymentId": { "description": "The ID of the deployment to cancel", "type": "string" }, "slug": { "description": "Slug", "type": "string" }, "teamId": { "description": "Team ID", "type": "string" } }, "required": [ "deploymentId" ], "type": "object" }

You must be authenticated.

Other Tools from Vercel MCP

Related Tools

ID: c5fgyowpha