Skip to main content

Incus

@whitemars/incusv2026.07.23.1· 2d agoMODELS
01README

Container and VM lifecycle for an Incus daemon via the local incus CLI: launch, start, stop, restart, and delete instances, and sync a full inventory. Targets the local daemon or any configured remote, scoped to an Incus project.

02Models1
@whitemars/incusv2026.07.23.1incus/incus.ts
fn launch(name: string)
Create and start an instance from an image (incus launch). Idempotent
ArgumentTypeDescription
namestringInstance name to create
fn start(name: string)
Start a stopped instance (incus start).
ArgumentTypeDescription
namestringInstance name to start
fn stop(name: string)
Stop a running instance (incus stop).
ArgumentTypeDescription
namestringInstance name to stop
fn restart(name: string)
Restart an instance (incus restart).
ArgumentTypeDescription
namestringInstance name to restart
fn delete(name: string)
Delete an instance (incus delete). Idempotent: a missing instance is a
ArgumentTypeDescription
namestringInstance name to delete
fn sync()
List every instance in the targeted remote/project (incus list).

Resources

container(infinite)— State of a single Incus instance (container or VM): status, type,
summary(infinite)— Roll-up of all instances in the targeted remote/project: counts by
03Stats
A
100 / 100
Downloads
0
Archive size
16.2 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
04Platforms
05Labels