# API: Proxmox List OS Templates
# proxmoxListOsTemplates
List available OS templates and ISO images.
# Required parameters
| Parameter | Description |
|---|---|
id | Account Id |
# Optional parameters
| Parameter | Description |
|---|---|
vpsid | VM Id |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=proxmoxListOsTemplates&id=ID
# PHP Samples
# Response
{
"success": true,
"templates": [
{
"id": "f6598360-da8d-e623-1a01-759e5a1585b8",
"name": "Debian 11",
"group": "Public"
}
],
"call": "proxmoxListOsTemplates",
"server_time": 1760910441
}