/
/Firecracker API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
  • getReturns general information about an instance.
  • putCreates a synchronous action.
  • putCreates or updates the boot source.
  • putCreates new vsock with ID specified by the id parameter.
  • putCreates or updates a drive.
  • patchUpdates the properties of a drive.
  • putInitializes the logger by specifying two named pipes (i.e. for the logs and metrics output).
  • getGets the machine configuration of the VM.
  • putUpdates the Machine Configuration of the VM.
  • getGet the MMDS data store.
  • putCreates a MMDS (Microvm Metadata Service) data store.
  • patchUpdates the MMDS data store.
  • putCreates a network interface.

Creates a synchronous action.

put/actions

Request body

action_type'BlockDeviceRescan' | 'InstanceStart' | 'InstanceHalt'

Enumeration indicating what type of action is contained in the payload

payloadstring

Response

The update was successful

Changes