pve_ceph_service_restart
Restart Ceph services on a Proxmox node. Returns a dry-run plan by default; confirm execution to initiate restart with brief I/O interruption.
Instructions
MUTATION: restart Ceph service(s) (systemd unit(s) matching service).
RISK_MEDIUM: brief I/O interruption while the daemon(s) cycle. No CAPTURE — no durable "is this unit currently running" read exists on this plane. Dry-run by default (returns a PLAN); confirm=True executes (POST /nodes/{node}/ceph/restart) and returns {"status": "submitted", "result": }. No rollback primitive on this plane — restart is not revertible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node to act on; defaults to the configured node if omitted. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the restart. | |
| service | No | Ceph service to restart: '(ceph|mon|mds|osd|mgr)[.<id>]', e.g. 'mon.pve1'. Defaults to 'ceph.target' (the whole stack) if omitted. | |
| 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 |