`multipass purge` command

The multipass purge command will permanently remove all instances deleted with the multipass delete command. This will destroy all the traces of the instance, and cannot be undone.

$ multipass purge --help
Usage: multipass purge [options]
Purge all deleted instances permanently, including all their data.

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.

Usage:

$ multipass purge
$

See also


Last updated 1 year, 8 months ago.