Vercel MCP

getDeployment

Retrieve deployment details by ID or URL using a Vercel API tool. Input deployment ID to access metadata, including optional git repository information, for managing your deployments effectively.

Instructions

Gets a deployment by ID or URL

Input Schema

NameRequiredDescriptionDefault
deploymentIdYesThe ID or URL of the deployment
slugNoSlug
teamIdNoTeam ID
withGitRepoInfoNoInclude git repository info

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Vercel MCP

Related Tools

ID: c5fgyowpha