From 4d52a84ef7ce751f583053b259df6077bf02394f Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Thu, 2 Sep 2021 10:16:38 -0400 Subject: [PATCH] docs: api: Add documentation for vm.power-button Signed-off-by: Henry Wang --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index 2974a86b8..ef1805966 100644 --- a/docs/api.md +++ b/docs/api.md @@ -85,6 +85,7 @@ Delete the VM | `/vm.delete` | N/A Boot the VM | `/vm.boot` | N/A | N/A | The VM is created but not booted Shut the VM down | `/vm.shutdown` | N/A | N/A | The VM is booted Reboot the VM | `/vm.reboot` | N/A | N/A | The VM is booted +Trigger power button of the VM | `/vm.power-button` | N/A | N/A | The VM is booted Pause the VM | `/vm.pause` | N/A | N/A | The VM is booted Resume the VM | `/vm.resume` | N/A | N/A | The VM is paused Add/remove CPUs to/from the VM | `/vm.resize` | `/schemas/VmResize` | N/A | The VM is booted