VMs

A VM is the running Firecracker microVM that backs an instance. Instances are durable; VMs are ephemeral — you start one to do work, stop it when you're done, and the instance's disk state persists either way. A VM lives at /v1/instances/:id/vm.

For background on the durable side, see Instances.

Lifecycle

What you can do with a running VM