pbs_snapshot_notes_set
Add or update notes for a Proxmox Backup Server snapshot. Dry-run validates the operation before applying changes.
Instructions
MUTATION (LOW): annotate a PBS snapshot with notes. Dry-run by default.
CAPTURE: reads current notes before planning; on failure the plan is marked incomplete. Does not affect backup data, retention, or protection. No PBS snapshot primitive — revert by re-applying the captured notes. confirm=True to execute.
PUT /admin/datastore/{store}/notes Smoke-confirm: exact endpoint path + param names (backup-type, backup-id, backup-time).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | No | ||
| notes | Yes | ||
| store | Yes | ||
| confirm | No | ||
| backup_id | Yes | ||
| backup_time | Yes | ||
| backup_type | 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 |