Skip to main content
POST
Create a Revision of an Environment (V2)

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

environmentId
string
required

Id of environment to create revision of

Body

application/json

Environment revision to create

architectures
enum<string>[]

The CPU architectures this environment revision supports. Valid values are amd64 and arm64.

A CPU architecture. Valid values are amd64 and arm64.

Available options:
amd64,
arm64
buildConfiguration
object
environmentVariables
object[]
image
string

Environment revision image. Required for creating a new environment

skipCache
boolean
summary
string
supportedClusters
enum<string>[]

Type of compute cluster

Available options:
dask,
mpi,
ray,
slurm,
spark
tags
string[]
deprecated

Deprecated: use taxonomy tags instead of free-form revision tags.

useVpn
boolean
workspaceTools
object[]

Response

Success

environmentRevision
object
required
metadata
object
required
Last modified on September 3, 2026