Vercel MCP

by fefergrgrgrg

deleteDeployment

Remove a deployment from Vercel by specifying its ID. This tool helps manage and clean up deployments directly through the Vercel MCP server.

Instructions

Deletes a deployment

Input Schema

NameRequiredDescriptionDefault
deploymentIdYesThe ID of the deployment to delete
slugNoSlug
teamIdNoTeam ID
urlNoThe URL of the deployment

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Vercel MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fefergrgrgrg/vercel-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server