Back to Skills Hub
Proxmox Full

Proxmox Full

@msarheed
developmentHypervisor ManagementInfrastructure AutomationREST API

Complete control over Proxmox VE hypervisor via REST API, enabling cluster management, VM/container lifecycle control, and resource provisioning.

🚀 Take full control of your Proxmox VE hypervisor through a simple REST API. Manage clusters, nodes, virtual machines, and LXC containers with easy-to-use commands. Monitor system status, start/stop VMs, and automate infrastructure tasks without touching the web interface.

💡 Perfect for DevOps teams, system administrators, and automation workflows. Streamline container and VM provisioning, integrate with CI/CD pipelines, or build custom management dashboards. Ideal for scaling infrastructure and reducing manual operational overhead.

✨ Complete API access means zero limitations—create, modify, and control every aspect of your virtualization environment programmatically. Secure token-based authentication keeps your infrastructure protected.

GitHub

Requirements

Proxmox VE API Token

API token from Proxmox VE cluster with appropriate permissions (Datacenter → Permissions → API Tokens)

curl

Command-line tool for making HTTP requests to Proxmox API

jq

JSON query processor for parsing API responses