Skip to main content
PUT
Set env variables
Upserts deployment environment variables by name; variables not included keep their existing values. Passing the [ENCRYPTED] placeholder (the masked read value) is rejected — omit variables you do not intend to change. New variable names must be POSIX identifiers (^[A-Za-z_][A-Za-z0-9_]*$); names already stored on the deployment may be resent unchanged so a legacy name can still be updated or removed.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required

Body

application/json

SetEnvVariablesInput

env_variables
object[]
required

Response

200 - application/json
data
object[]
required