Skip to content
qibdo qibdo
Theme
Book a demo

Launch a virtual machine

A virtual machine is the same idea on any engine: a named compute instance with CPU, memory, a boot disk, and a network. This guide provisions one end to end: describe the VM, submit the create request, track the operation it returns, and read the running VM back. The runnable examples target qibdo’s own engine, where the platform manages the full lifecycle. For how a VM behaves once it exists, on any engine, see Virtual machine lifecycle.

  • Authentication. Export an authenticated bearer token as QIBDO_API_TOKEN and the API base URL as QIBDO_BASE_URL. See Authenticate a user and manage the session.
  • Permissions. Your identity needs permission to create compute resources in the target workspace. See the authorization model.
  • Prerequisites. Export the target QIBDO_WORKSPACE and QIBDO_ZONE, and have a boot image to clone and a network to attach to.