Skip to main content
POST
Build Vm Image

Rate Limit

50 requests per 60 seconds per IP and token.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

image_name
string
required
image_tag
string
required

Body

application/json

Request model for building a VM image from an existing container image.

teamId
string | null

Team ID if the image is a team image

Response

Successful Response

Response model for initiating a VM image build.

success
boolean
required

Whether the build was queued

message
string
required

Status message describing the result

buildId
string
required

Public build ID of the image's build group, for status polling

artifactBuildId
string
required

Build row ID of the new VM artifact leg