update_service_env
Update an existing environment variable for a service, modifying its value or settings such as preview deployment applicability.
Instructions
Update an existing environment variable for a service. This modifies the value or settings of an existing environment variable. Note: Setting is_build_time=true has no functional effect on services (they use pre-built images).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Environment variable name to update. | |
| value | Yes | New environment variable value. | |
| is_literal | No | Whether the value should be treated as a literal string without variable substitution. | |
| is_preview | No | Whether this variable applies to preview deployments. | |
| service_uuid | Yes | UUID of the service containing the environment variable. | |
| is_build_time | No | Whether this variable should be available during build time. Note: Has no functional effect on services (they use pre-built images). |