POST /api/v1/cloud/environments/{environment_id}
Updates the properties of the specified environment (name, description, configuration, and so on).
Headers
Path parameters
Request body
Only the fields included in the request are updated; omitted fields remain unchanged.Example request
Example response
HTTP 200 OKResponse fields
Errors
See Errors for the full error envelope.
Notes
- Omitted fields remain unchanged.
- When
configis provided, it replaces the stored configuration. - When
metadatais provided, string values are merged into the stored metadata object andnullvalues delete existing keys.
Related
Cloud environment setup
Choose the container, network, and dependencies your agent runs in.