Incus
@whitemars/incusv2026.07.23.1
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.
02Models
@whitemars/incusv2026.07.23.1incus/incus.ts
fn launch(name: string)
Create and start an instance from an image (incus launch). Idempotent
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name to create |
fn start(name: string)
Start a stopped instance (incus start).
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name to start |
fn stop(name: string)
Stop a running instance (incus stop).
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name to stop |
fn restart(name: string)
Restart an instance (incus restart).
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name to restart |
fn delete(name: string)
Delete an instance (incus delete). Idempotent: a missing instance is a
| Argument | Type | Description |
|---|---|---|
| name | string | Instance 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