Computer environments

Build a computer environment

Trigger a build of the environment's image and respond 202. The build runs asynchronously — poll the builds list for status. Bodyless. Guest callers are denied (a write).

post/projects/{projectId}/computer-environments/{environmentId}/build

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

environmentIdstring required

Computer environment ID, as returned by the project's environment list.

Request body

object required

Response

The build was accepted.

idstring required

The environment id.

buildIdstring required
reusedboolean required

True when an identical prior build was reused instead of rebuilding.

Changes