Update an environment
Update an existing environment's configuration
PUT
Path parameters
namespace
type: string
requiredThe namespace (user or organization) the project belongs to.
proj
type: string
requiredThe project ID or slug.
env
type: string
requiredThe 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