pve_ceph_mon_destroy
Destroy a Ceph Monitor with a dry-run plan that assesses quorum-loss risk. Confirm to execute the deletion.
Instructions
MUTATION: destroy a Ceph Monitor. PVE refuses to remove the LAST monitor of the cluster (schema truth); does not destroy any Manager on the same node.
RISK_HIGH: quorum-loss risk if too few monitors remain. cmd-safety ADVISORY citation (action=destroy, service=mon) is included in the plan's blast_radius — fail-open, never a gate (an unreachable check degrades to an honest "cmd-safety unavailable" line). CAPTURE-or- declare: reads the current monitor list before planning; if unreadable -> complete=False. Dry-run by default (returns a PLAN); confirm=True executes (DELETE /nodes/{node}/ceph/mon/{monid}) and returns {"status": "submitted", "result": }. No rollback primitive on this plane — recreate with pve_ceph_mon_create (a NEW monitor, not a byte-for-byte restore).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node the monitor is on; defaults to the configured node if omitted. | |
| monid | Yes | ID of the monitor to destroy. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the destroy. | |
| 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 |