pve_ceph_mgr_create
Create a Ceph Manager on a Proxmox node. Supports dry-run planning with confirm flag for execution.
Instructions
MUTATION: create a Ceph Manager.
RISK_MEDIUM. mgr_id defaults to the nodename when omitted (named mgr_id, not id, to avoid
shadowing the builtin — the wire body/path still uses the schema's literal id, mirroring
Wave 6a's cmd-safety id->service_id rename). CAPTURE-or-declare: reads the current
manager list before planning (also readable directly via pve_ceph_mgr_list); if unreadable
-> complete=False. Dry-run by default (returns a PLAN); confirm=True executes (POST
/nodes/{node}/ceph/mgr/{id}) and returns {"status": "submitted", "result": }. No
rollback primitive on this plane — revert with pve_ceph_mgr_destroy(mgr_id=...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node to create the manager on; defaults to the configured node if omitted. | |
| mgr_id | No | ID for the new manager; defaults to the nodename if omitted. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the create. | |
| 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 |