Command Palette
Search for a command to run

Update an environment

Update an existing environment's configuration

PUT
/auth/v1/seed/{namespace}/projects/{proj}/environments/{env}

Path parameters


namespace
type: string
required
The namespace (user or organization) the project belongs to.
proj
type: string
required
The project ID or slug.
env
type: string
required
The environment ID or name.

Body parameters


name
type: string
Updated environment name.
env_vars
type: object
Updated environment variables. Replaces all existing variables.
deployment_config
type: object
Updated deployment configuration.

Previous Create an environment

Next Delete an environment