promote_deployment
Promote an existing deployment to production instantly without rebuilding. Use this to ship a previously-built preview to production.
Instructions
Promote an existing deployment to production for a project (instant promotion, no rebuild). This is how you ship a previously-built preview to prod.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project id or name. | |
| deploymentId | Yes | Deployment id to promote (dpl_...). | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |