update_project
Modify Vercel project settings: update name, framework, build/install/dev commands, root/output directories, and node version.
Instructions
Update a project's settings (name, framework, build/install/dev commands, root/output directory, node version, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idOrName | Yes | Project id or name. | |
| name | No | ||
| framework | No | ||
| buildCommand | No | ||
| devCommand | No | ||
| installCommand | No | ||
| outputDirectory | No | ||
| rootDirectory | No | ||
| nodeVersion | No | ||
| publicSource | No | ||
| 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). |