pve_node_services_list
List all services on a PVE node, returning name, state, and description for each. Use this read-only tool to audit or inspect node services.
Instructions
READ-ONLY: list all services on a PVE node.
No state change. Returns a list of service dicts with name, state (running/dead/ inactive), and description for each service. For one service's current state use pve_node_service_status; to change a service's run state use pve_node_service_control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name; defaults to the configured node | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |