$ proxcli
proxcli
Proxmox VE CLI — for humans & agents
A command-line tool to automate every corner of your Proxmox VE cluster
from the terminal. Beautiful tables for humans, structured JSON for AI
agents, and a single binary with --dry-run confidence.
Install:
$ uv tool install proxcli
What it does
- Manage VMs (QEMU) and containers (LXC) — list, show, start, stop, clone, snapshot, migrate.
- Inspect nodes, storage, and cluster status.
- Declarative VM specs from YAML (
--file); export existing configs with --output yaml.
- Cloud-init, firewall, and API-permission bootstrapping (
auth setup).
--output json by default for agents; --dry-run for every mutating call.
View on GitHub
·
PyPI