Sandbox images

Build a sandbox image

Trigger a build of the sandbox image'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}/images/{imageId}/build

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

imageIdstring required

Sandbox image ID, as returned by the project's image list.

Request body

object required

Response

The build was accepted.

idstring required

The sandbox image id.

buildIdstring required
reusedboolean required

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

Changes

Changed in 2 of the 71 revisions of this API.71

    • added the new CONFLICT enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new CONFLICT enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new CONFLICT enum value to the code response property for the response status 403

      response-property-enum-value-added

    • added the new CONFLICT enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new CONFLICT enum value to the code response property for the response status 429

      response-property-enum-value-added

    • added the new CONFLICT enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the new CONFLICT enum value to the code response property for the response status 502

      response-property-enum-value-added

    • endpoint added

      endpoint-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog