]> git.proxmox.com Git - pve-client.git/blobdiff - PVE/APIClient/Commands/GuestStatus.pm
Remove timeout from the stop command (lxc doesn't support it)
[pve-client.git] / PVE / APIClient / Commands / GuestStatus.pm
index 03e2e4aea3a6b65ddc5ccb85a7f44c6e4edc965b..ff7764ed7b0cef1361df4d71d94f715ab71210c9 100644 (file)
@@ -61,12 +61,6 @@ __PACKAGE__->register_method ({
        properties => {
            remote => get_standard_option('pveclient-remote-name'),
            vmid => get_standard_option('pve-vmid'),
-           timeout => {
-               description => "Timeout in seconds",
-               type => 'integer',
-               minimum => 1,
-               optional => 1,
-           },
        },
     },
     returns => { type => 'null'},