bcvk-ephemeral-rm-all - Man Page

bcvk-ephemeral-rm-all - Remove all ephemeral VM containers

Synopsis

bcvk ephemeral rm-all [Options]

Description

Remove all ephemeral VM containers

Options

-f, --force

Force removal without confirmation

Examples

Remove all ephemeral VMs (will prompt for confirmation):

bcvk ephemeral rm-all

Remove all ephemeral VMs without confirmation:

bcvk ephemeral rm-all --force

Clean up after testing workflow:

# Run some ephemeral test VMs
bcvk ephemeral run -d --rm --name test1 quay.io/fedora/fedora-bootc:42
bcvk ephemeral run -d --rm --name test2 quay.io/fedora/fedora-bootc:42

# Clean up all at once
bcvk ephemeral rm-all -f

See Also

bcvk(8)

Version

Referenced By

bcvk-ephemeral(8).