migrate_container
Migrate a container from one node to another in a Proxmox cluster. Supports live migration, restart on non-live, and target storage mapping.
Instructions
Migrate a container to another node.
Args: node: The source node. vmid: The container ID. target: Target node name. online: Live migration. restart: Restart container after migration (for non-live). target_storage: Target storage mapping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| target | Yes | ||
| online | No | ||
| restart | No | ||
| target_storage | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |