]> git.proxmox.com Git - qemu-server.git/commitdiff
api: adapt VM destroy description
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Dec 2020 13:49:41 +0000 (14:49 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Dec 2020 13:49:41 +0000 (14:49 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Qemu.pm

index 693348da2df99ecca4eb8a9834168c7cc645285f..e2d2d67b84077492d4cdfe3e4ec90e4b590befdf 100644 (file)
@@ -1501,7 +1501,8 @@ __PACKAGE__->register_method({
     method => 'DELETE',
     protected => 1,
     proxyto => 'node',
-    description => "Destroy the vm (also delete all used/owned volumes).",
+    description => "Destroy the VM and  all used/owned volumes. Removes any VM specific permissions"
+       ." and firewall rules",
     permissions => {
        check => [ 'perm', '/vms/{vmid}', ['VM.Allocate']],
     },
@@ -1513,7 +1514,7 @@ __PACKAGE__->register_method({
            skiplock => get_standard_option('skiplock'),
            purge => {
                type => 'boolean',
-               description => "Remove VM ID from backup jobs, replication jobs and HA resource configuration.",
+               description => "Remove VMID from configurations, like backup & replication jobs and HA.",
                optional => 1,
            },
        },