Files
cheatsheet-tldr/tldr/linux/pvesh
2025-09-11 00:18:53 +00:00

26 lines
508 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pvesh
> Interface with the Proxmox VE API.
> More information: <https://pve.proxmox.com/pve-docs/pvesh.1.html>.
- 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}}`