Skip to main content

Deploy an instance

POST 

/instances

Queues a new instance for deployment and returns immediately with its UUID. Deploy either from an OS image (os) or by restoring a snapshot (snapshot_uuid). For password auth on an OS deploy the generated root password is returned exactly once in the response; it is empty for SSH-key and snapshot deploys. Poll GET /instances/{uuid} to watch it provision.

Request

Responses

The deployment has been accepted and queued.