/
/Cloud Hypervisor API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
  • getPing the VMM to check for API server availability
  • putShuts the cloud-hypervisor VMM.
  • getReturns general information about the cloud-hypervisor Virtual Machine (VM) instance.
  • getGet counters from the VM
  • putCreate the cloud-hypervisor Virtual Machine (VM) instance. The instance is not booted, only created.
  • putDelete the cloud-hypervisor Virtual Machine (VM) instance.
  • putBoot the previously created VM instance.
  • putPause a previously booted VM instance.
  • putResume a previously paused VM instance.
  • putShut the VM instance down.
  • putReboot the VM instance.
  • putTrigger a power button in the VM
  • putResize the VM
  • putResize a disk
  • putResize a memory zone
  • putAdd a new device to the VM
  • putRemove a device from the VM
  • putAdd a new disk to the VM
  • putAdd a new virtio-fs device to the VM
  • putAdd a new pmem device to the VM
  • putAdd a new network device to the VM
  • putAdd a new vsock device to the VM
  • putAdd a new vDPA device to the VM
  • putAdd a new userspace device to the VM
  • putReturns a VM snapshot.
  • putTakes a VM coredump.
  • putInject an NMI.
  • putRestore a VM from a snapshot.
  • putReceive a VM migration from URL
  • putSend a VM migration to URL

Boot the previously created VM instance.

put/vm.boot

Response

The VM instance successfully booted.

Changes