Skip to main content
PUT
Create or update environment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org
string
required

Body

application/json
name
string
required
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9\.\-_]*$
type
enum<string>
required
Available options:
K8S,
ECS,
S3,
lambda,
server,
docker,
azure-apps,
cloud-run,
logical
description
string
required
include_scaling
boolean | null
require_provenance
boolean | null
deprecated

This field is deprecated and will be removed in a future version. Use policies instead.

included_environments
string[] | null
policies
string[] | null

Response

201 - application/json

Successful Response

The response is of type string.

Last modified on June 18, 2026