limactl-snapshot(1)

LIMACTL(1) LIMACTL(1)

NAME

limactl-snapshot - Manage instance snapshots

SYNOPSIS

limactl snapshot [flags]

DESCRIPTION

Manage instance snapshots

OPTIONS

-h, --help[=false] help for snapshot

OPTIONS INHERITED FROM PARENT COMMANDS

--debug[=false] Debug mode

--log-format="text" Set the logging format [text, json]

--log-level="" Set the logging level [trace, debug, info, warn, error]

--tty[=false] Enable TUI interactions such as opening an editor. Defaults to true when stdout is a terminal. Set to false for automation.

-y, --yes[=false] Alias of --tty=false

EXAMPLE


List all snapshots of an instance:
$ limactl snapshot list default
Create a snapshot:
$ limactl snapshot create default --tag snap1
Apply (restore) a snapshot:
$ limactl snapshot apply default --tag snap1
Delete a snapshot:
$ limactl snapshot delete default --tag snap1

SEE ALSO

limactl(1), limactl-snapshot-apply(1), limactl-snapshot-create(1), limactl-snapshot-delete(1), limactl-snapshot-list(1)

Aug 2026 Auto generated by spf13/cobra