move_container_volume
Move a container volume to a different storage or to another container. Specify target storage or target container and volume slot to relocate data.
Instructions
Move a container volume to different storage or to another container.
Args: node: The node name. vmid: The container ID. volume: Volume name (e.g. 'rootfs', 'mp0'). storage: Target storage. target_vmid: Target container ID. target_volume: Target volume slot. delete_original: Delete original after move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| volume | Yes | ||
| storage | No | ||
| target_vmid | No | ||
| target_volume | No | ||
| delete_original | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |