diff --git a/client-cli/pvc/cli/cli.py b/client-cli/pvc/cli/cli.py index a389df2c..80f248f2 100644 --- a/client-cli/pvc/cli/cli.py +++ b/client-cli/pvc/cli/cli.py @@ -1819,6 +1819,7 @@ def cli_vm_snapshot_create(domain, snapshot_name): @connection_req @click.argument("domain") @click.argument("snapshot_name") +@confirm_opt("Remove shapshot {snapshot_name} of VM {domain}") def cli_vm_snapshot_remove(domain, snapshot_name): """ Remove the snapshot SNAPSHOT_NAME of the disks and XML configuration of virtual machine DOMAIN,