update_service_env
Update an environment variable for a specific service by providing its UUID, key, and value, with options for preview deployments and literal or multiline values.
Instructions
Update an environment variable for a service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Service UUID | |
| key | Yes | Environment variable key | |
| value | No | Environment variable value | |
| is_preview | No | Use in preview deployments | |
| is_literal | No | Is literal value | |
| is_multiline | No | Is multiline value |