pve_ceph_service_stop
Stop Ceph service(s) on a Proxmox node, halting I/O for targeted storage daemons. Dry-run returns a plan; confirm to execute.
Instructions
MUTATION: stop Ceph service(s) (systemd unit(s) matching service).
RISK_HIGH: halts I/O for the targeted storage daemon(s). cmd-safety ADVISORY citation
(action=stop) is included in the plan's blast_radius ONLY when service names a specific
mon/mds/osd instance (e.g. 'mon.pve1') — a bare kind, 'ceph'/'ceph.target', or 'mgr' has no
single instance for cmd-safety to check, and the plan states that honestly rather than
guessing. 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/stop) and returns {"status": "submitted", "result": }. No rollback
primitive on this plane — revert with pve_ceph_service_start for the same service target.
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 stop. | |
| service | No | Ceph service to stop: '(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 |