Start compute version

Experimental endpoint: this API is in active development and may change at any time without notice. Requests VM creation and startup for the compute version. The artifact must be uploaded before calling this endpoint. Returns a preview domain that becomes reachable once the VM is running. Poll the status endpoint until `running` is reached.

⚠️ Experimental endpoint: this API is in active development and may change at any time without notice. ⚠️

Requests VM creation and startup for the compute version. The artifact must be uploaded before calling this endpoint. Returns a preview domain that becomes reachable once the VM is running. Poll the status endpoint until running is reached.

POST/v1/compute-services/versions/{versionId}/start
AuthorizationBearer <token>

OAuth2 authentication

In: header

Scope: workspace:admin, offline_access

Path Parameters

versionId*string
Match^(cpv_)?([cC][^\s-]{8,}|[a-z0-9]+)$

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.prisma.io/v1/compute-services/versions/string/start"
{
  "data": {
    "previewDomain": "string"
  }
}