pve_node_service_status
Check the current state of a systemd service (running, dead, or inactive) on a Proxmox VE node. Returns the service name, state, and description.
Instructions
READ-ONLY: get one systemd service's current state on a PVE node (e.g. pveproxy, sshd).
No state change. Returns a dict with the service's name, state (running/dead/inactive) and description. To list every service use pve_node_services_list; 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 | |
| service | Yes | systemd service name, e.g. 'pveproxy' or 'sshd' | |
| 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 |