Update environment variables with the Houston API
Update environment variables
To programmatically update environment variables, you need:
- A Deployment ID. To retrieve this value, run
astro deployment list
or request theid
value in theworkspaceDeployment
query. - A Deployment release name: To retrieve this value, run
astro deployment list
in your Workspace. Alternatively, you can copy the Release name from your Deployment’s Settings tab in the Astro Private Cloud UI.
Then, in your GraphQL Playground, run the following: