X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FCommands%2FGuestStatus.pm;h=ff7764ed7b0cef1361df4d71d94f715ab71210c9;hp=03e2e4aea3a6b65ddc5ccb85a7f44c6e4edc965b;hb=4e14c0d17b0512ba8351cbe77115dd31dd5b17cf;hpb=2b267ba22efefb08ac15feac1107b920f6186f50 diff --git a/PVE/APIClient/Commands/GuestStatus.pm b/PVE/APIClient/Commands/GuestStatus.pm index 03e2e4a..ff7764e 100644 --- a/PVE/APIClient/Commands/GuestStatus.pm +++ b/PVE/APIClient/Commands/GuestStatus.pm @@ -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'},