pve_api_request
Send API requests to any Proxmox VE endpoint, with safe execution of state-changing methods requiring explicit confirmation to prevent accidental modifications.
Instructions
Call any Proxmox API path. GET is allowed; POST/PUT/DELETE require confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| method | Yes | ||
| params | No | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||