v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438212159.2 KB

Changes one or more values for a Dev Environment. Updating certain values of the Dev Environment will cause a restart.

patch/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}

Path parameters

spaceNamestring required

The name of the space.

projectNamestring required

The name of the project in the space.

idstring required

The system-generated unique ID of the Dev Environment.

Request body

aliasstring

The user-specified alias for the Dev Environment. Changing this value will not cause a restart.

instanceType'dev.standard1.small' | 'dev.standard1.medium' | 'dev.standard1.large' | 'dev.standard1.xlarge'
<p>The Amazon EC2 instace type to use for the Dev Environment. </p> <note> <p>Changing this value will cause a restart of the Dev Environment if it is running.</p> </note>
inactivityTimeoutMinutesinteger
<p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.</p> <note> <p>Changing this value will cause a restart of the Dev Environment if it is running.</p> </note>
clientTokenstring

A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.

Response

Success

idstring required

The system-generated unique ID of the Dev Environment.

spaceNamestring required

The name of the space.

projectNamestring required

The name of the project in the space.

aliasstring

The user-specified alias for the Dev Environment.

instanceType'dev.standard1.small' | 'dev.standard1.medium' | 'dev.standard1.large' | 'dev.standard1.xlarge'

The Amazon EC2 instace type to use for the Dev Environment.

inactivityTimeoutMinutesinteger

The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.

clientTokenstring

A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.