Computer environments

Create a computer environment

Create a personal-draft environment from a Dockerfile and respond 201 with its detail. Build it (POST .../build) before a computer can boot from it. Guest callers are denied (a write).

post/projects/{projectId}/computer-environments

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

Request body

namestring required

Display name for the new environment; must be non-empty after trimming.

dockerfilestring required

Dockerfile text.

Response

The environment was created.

idstring required
projectIdstring required
namestring required
dockerfilestring required
contentHashstring required
sharing'user' | 'project' required

user = a personal draft; project = shared with the whole project.

isOwnerboolean required
createdAtnumber required
updatedAtnumber required

Changes