Virtual Machine Terminate VM
Do an immediate power off of a VM.
This API issues a SIGKILL to the vmx process of the VM. Pending synchronous I/Os may not be written out before the vmx process dies depending on accessibility of the datastore.
Required privileges: VirtualMachine.Interact.PowerOff
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case VirtualMachine/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
No Content
NotSupported: if this operation is not supported.
InvalidState: if the VM is not powered on or another issue prevents the operation from being performed.
TaskInProgress: if the virtual machine is busy.
"VimFault Object"
curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/VirtualMachine/{moId}/TerminateVM