Environments
Rename an environment
Change the display name of an existing compute environment. The new name must be unique for the environment owner and cannot be blank.
Required permissions: EditEnvironment
Related:
- GET /api/environments/v1/environments/ (read current name and metadata)
- PUT /api/environments/v1/environments//description (update description)
- DELETE /api/environments/v1/environments/ (archive environment)
PUT
Rename an environment
Authorizations
Path Parameters
Domino environment ID (24-character hex string). Obtain from GET /api/environments/beta/environments, GET /api/environments/v1/environments/{environmentId}, or the environment details page URL.
Example:
"623132867a0af0281c01a69c"
Body
application/json
New environment name
New environment name. Must contain at least one non-whitespace character and be unique among environments owned by the same user. Leading and trailing whitespace is trimmed.
Response
Name updated.
Last modified on September 3, 2026