vercel_update_env_var
Update an existing Vercel environment variable: modify its key, value, type, or target environments using its ID.
Instructions
Update an existing environment variable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | The new name of the environment variable | |
| type | No | The type of the environment variable | |
| value | No | The new value of the environment variable | |
| target | No | The environments where this variable should be available | |
| envVarId | Yes | The ID of the environment variable to update | |
| projectId | Yes | The ID of the project |