StopVm
Power off a VM on an ESXi host
Enterprise Edition
Talk to us
StopVm
Power off a VM on an ESXi host
yaml
type: io.kestra.plugin.ee.vmware.esxi.StopVmExamples
yaml
id: stop_vm
namespace: company.team
tasks:
- id: stop
type: io.kestra.plugin.ee.vmware.esxi.StopVm
server: "esxi.mycompany.com"
username: "{{ secret('VMWARE_ESXI_USERNAME') }}"
password: "{{ secret('VMWARE_ESXI_PASSWORD') }}"
vmName: "vm-to-stop"
Properties
password *Requiredstring
server *Requiredstring
username *Requiredstring
vmName *Requiredstring
port integerstring
Default
443