pve_call_endpoint
Call a Proxmox VE API endpoint and return its JSON response. Validates the operationId and path params, enforces a read-only safety gate, and executes reads (GET) or writes (POST/PUT/DELETE) only when explicitly enabled.
Instructions
Call a Proxmox VE API endpoint and return its JSON response. Validates the operationId and required path params against the catalog, enforces the read-only write gate, then executes. Reads (GET) always run; writes (POST/PUT/DELETE) run only when enabled via PROXMOX_ALLOW_WRITES=true (all surfaces) or PVE_ALLOW_WRITES=true (this surface only). Use pve_describe_endpoint first to learn the exact params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |