Skip to main content
PUT
Rename an environment

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

environmentId
string
required

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

name
string
required

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