github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/podman-machine-reset.1.md (about) 1 % podman-machine-reset 1 2 3 ## NAME 4 podman\-machine\-reset - Reset Podman machines and environment 5 6 ## SYNOPSIS 7 **podman machine reset** [*options*] 8 9 ## DESCRIPTION 10 11 Reset your Podman machine environment. This command stops any running machines 12 and then removes them. Configuration and data files are then removed. Data files 13 would include machine disk images and any previously pulled cache images. When 14 this command is run, all of your Podman machines will have been deleted. 15 16 ## OPTIONS 17 18 #### **--force**, **-f** 19 20 Reset without confirmation. 21 22 #### **--help** 23 24 Print usage statement. 25 26 27 ## EXAMPLES 28 29 ``` 30 $ podman machine reset 31 Warning: this command will delete all existing podman machines 32 and all of the configuration and data directories for Podman machines 33 34 The following machine(s) will be deleted: 35 36 dev 37 podman-machine-default 38 39 Are you sure you want to continue? [y/N] y 40 $ 41 ``` 42 43 ## SEE ALSO 44 **[podman(1)](podman.1.md)**, **[podman-machine(1)](podman-machine.1.md)** 45 46 ## HISTORY 47 Feb 2024, Originally compiled by Brent Baude<bbaude@redhat.com>