storage_container_update
Resize a storage container's capacity or replication factor. Provide the container ID and new values to modify settings, with changes reversible to prior state.
Instructions
[WRITE][risk=medium] Resize a container's capacity / replication (reversible → prior).
Args:
ext_id: Storage container extId as returned by storage_container_list.
max_capacity_bytes: New max capacity in bytes (omit to leave unchanged).
replication_factor: New replication factor (omit to leave unchanged).
target: Prism Central target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ext_id | Yes | ||
| target | No | ||
| max_capacity_bytes | No | ||
| replication_factor | No |