`multipass delete` command
The multipass delete
command will remove instances from use. This will not destroy the instance and can be used again with the multipass recover
command. However, using the -p
/--purge
option will destroy the instance and cannot be recovered.
The --all
option will delete all instances. Take care if using this option.
Instances that are deleted but not destroyed can be permanently removed using the multipass purge
command.
$ multipass delete --help
Usage: multipass delete [options] <name> [<name> ...]
Delete instances, to be purged with the "purge" command,
or recovered with the "recover" command.
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 Delete all instances
-p, --purge Purge instances immediately
Arguments:
name Names of instances to delete
Usage:
$ multipass delete calm-squirrel
$
$ multipass delete --purge legal-takin
$
See also
multipass recover
multipass purge
Last updated a month ago.