pve_agent_set_password
Set a guest VM user's password via QEMU agent, using a dry-run plan that requires explicit confirmation to execute.
Instructions
MUTATION: set a guest OS user's password via the qemu-agent.
Dry-run by default: without confirm=True you get a PLAN recorded to the ledger. Re-call with confirm=True to execute.
Requires PROXIMO_ENABLE_AGENT=1 and the VMID in PROXIMO_AGENT_ALLOWLIST. Password is UNCONDITIONALLY redacted from the ledger (fingerprint only — "[redacted]"). No undo primitive on this plane. Smoke-confirm: PVE set-user-password endpoint and body fields are unverified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| vmid | Yes | ||
| confirm | No | ||
| password | Yes | ||
| username | Yes | ||
| 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 |