StopVm
StopVm Certified

Power off a VM via vCenter

Enterprise Edition Talk to us

yaml
type: io.kestra.plugin.ee.vmware.vcenter.StopVm
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
Default443