pve_ceph_service_start
Start Ceph services (mon, osd, mgr, etc.) on a Proxmox node. Dry-run returns a plan; confirm=True executes the start and returns a task ID.
Instructions
MUTATION: start Ceph service(s) (systemd unit(s) matching service).
RISK_MEDIUM. 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/start) and returns {"status": "submitted", "result": }. No rollback primitive on this plane — revert with pve_ceph_service_stop 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 start. | |
| service | No | Ceph service to start: '(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 |