Skip to content

v1.8.21 — snapshot-delete gains the flag its docs already promised

Choose a tag to compare

@zw008 zw008 released this 03 Sep 02:03
· 4 commits to main since this release

The reference documented vm snapshot-delete <name> --name <snap> [--remove-children]. The option did not exist, so following the documentation
got "No such option" — while the capability was real all along: the ops layer
takes remove_children and the MCP tool exposes it. Only the CLI never passed
it through. It reaches the --dry-run preview too, so the difference is visible
before the delete rather than after.