pve_node_service_control
Control services on a Proxmox VE node: start, stop, restart, or reload. Dry-run by default; set confirm=True to execute asynchronously.
Instructions
MUTATION: start/stop/restart/reload a service on a PVE node. Dry-run by default — the PLAN flags lockout-class services (sshd/pveproxy/pvedaemon/pve-cluster/corosync/networking/ ...) as HIGH because stop/restart can sever the management plane or break quorum. There is NO auto-undo for a service control. confirm=True to execute. Async — returns a task UPID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| action | Yes | ||
| confirm | No | ||
| service | Yes | ||
| 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 |