snapshot_delete
Delete a VM snapshot by UUID. Supports dry-run to preview; irreversible and audit-logged.
Instructions
[WRITE][risk=high] Delete a VM snapshot by uuid. IRREVERSIBLE.
Captures the snapshot's prior state (name / time / parent VM) for the audit
record; declares no undo.
Args:
snapshot_id: Snapshot uuid (see snapshot_list).
dry_run: If True, preview without deleting.
target: Xen Orchestra target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| snapshot_id | Yes |