v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438212159.2 KB

Starts a specified Dev Environment and puts it into an active state.

put/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/start

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

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. Only whole integers are allowed. Dev Environments consume compute minutes when running.

Response

Success

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.

status'PENDING' | 'RUNNING' | 'STARTING' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'DELETING' | 'DELETED' required

The status of the Dev Environment.