`multipass recover` command

The multipass recover command will revive an instance previously removed with multipass delete. For this to be possible, the instance cannot have been purged with multipass purge nor with multipass delete --purge. The effect of this command is exactly as if multipass delete was never executed.

$ multipass recover --help
Usage: multipass recover [options] <name> [<name> ...]
Recover deleted instances so they can be used again.

Options:
  -h, --help     Display this help
  -v, --verbose  Increase logging verbosity. Repeat the 'v' in the short option
                 for more detail. Maximum verbosity is obtained with 4 (or more)
                 v's, i.e. -vvvv.
  --all          Recover all deleted instances

Arguments:
  name           Names of instances to recover

Usage:

$ multipass recover gentle-weevil
$
$ multipass recover --all
$

See also


Last updated 1 year, 6 months ago.