cancel_deployment
Need to stop a deployment that is building or queued? Cancel it by providing the deployment ID.
Instructions
Cancel an in-progress (BUILDING/QUEUED) deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deployment id (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). |