
From: ShaoHe Feng <shaohef@linux.vnet.ibm.com> Add reset action for VM. Signed-off-by: ShaoHe Feng <shaohef@linux.vnet.ibm.com> --- docs/API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/API.md b/docs/API.md index 143c70c..489f062 100644 --- a/docs/API.md +++ b/docs/API.md @@ -104,6 +104,9 @@ the following general conventions: * start: Power on a VM * poweroff: Power off a VM forcefully. Note this action may produce undesirable results, for example unflushed disk cache in the guest. +* reset: Reset a VM immediately without the guest OS shutdown. + It emulates the power reset button on a machine. Note that there is a + risk of data loss caused by reset without the guest OS shutdown. * connect: Prepare the connection for spice or vnc ### Sub-resource: Virtual Machine Screenshot -- 1.8.5.3