commands.sh

pvesh

linux

Interface with the Proxmox VE API.

More info →

Options (3)

boolean

List available nodes

Example: pvesh {{[g|get]}} /nodes
boolean

Discover API paths

Example: pvesh {{[l|ls]}} {{/}}
boolean

Display API path usage instructions

Example: pvesh {{[u|usage]}} {{/pools}}

Examples (5)

List available nodes

pvesh [g|get] /nodes

Display detailed information about containers or virtual machines

pvesh [g|get] /nodes/node_name/lxc|qemu

Discover API paths

pvesh [l|ls] /

Display API path usage instructions

pvesh [u|usage] /pools

Add a new thinpool to Proxmox

pvesh create /storage --storage storage_id --vgname volume_group --type lvmthin --thinpool thinpool_name --content content_type1,content_type2,...
made by @shridhargupta | data from tldr-pages