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