pbs_namespace_create
Creates a namespace within a PBS datastore. Dry-run previews changes; set confirm=True to execute the creation.
Instructions
MUTATION: create a namespace within a PBS datastore. Dry-run by default (additive, LOW). confirm=True to execute — returns {"status": "ok", "result": null}. Use pbs_namespaces_list to check for name collisions first, or pbs_namespace_delete to remove one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Namespace name/segment to create. | |
| store | Yes | PBS datastore name. | |
| parent | No | Parent namespace path to create under; omit for the root namespace. | |
| confirm | No | Set True to execute; False (default) only returns the dry-run plan. | |
| 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 |