Update
Certified
Update configuration of a QEMU virtual machine on Proxmox VE
Update
Certified
Update configuration of a QEMU virtual machine on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.vm.UpdateExamples
yaml
id: update_vm
namespace: company.team
tasks:
- id: update
type: io.kestra.plugin.proxmox.vm.Update
host: "{{ secret('PROXMOX_HOST') }}"
username: "{{ secret('PROXMOX_USERNAME') }}"
password: "{{ secret('PROXMOX_PASSWORD') }}"
node: pve
vmName: my-vm
cores: 4
memory: 8192
Properties
host *Requiredstring
node *Requiredstring
vmName *Requiredstring
config object
cores integerstring
memory integerstring
password string
port integerstring
Default
8006tokenId string
tokenSecret string
username string
verifySsl booleanstring
Default
false