Skip to main content

UpdateEnvironmentInput

Update an existing environment's name and description. The ID cannot be changed after creation.

input UpdateEnvironmentInput {
description: String
name: String
tags: Map
}

Fields

UpdateEnvironmentInput.description ● String scalar {#description}

An optional description of the environment's purpose

UpdateEnvironmentInput.name ● String scalar {#name}

A human-readable name for the environment

UpdateEnvironmentInput.tags ● Map scalar {#tags}

Key-value tags for this environment. Keys and values must be strings. Must conform to the organization's tag constraints for the environment scope.

Member Of

updateEnvironment mutation