servers:read (list), servers:write (set/delete)
Reserved variable names
A small set of names are reserved for platform-injected configuration and cannot be overridden by a customer-set variable. If youPOST/PUT a variable using one of these names, the call still succeeds, but the platform value is used at deploy time instead of yours — your value is silently ignored.
List env var names
200:
Set env var
Response
201 (new variable) or 200 (updated variable):
Set env var by name
:name in the URL path.
Request body:
201 (new) or 200 (updated): Env var object (same shape as above).
Delete env var
204: No content.