--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # qm disk move > Move a virtual disk from one storage to another within the same Proxmox cluster. > More information: . - Move a virtual disk: `qm {{[di|disk]}} move {{vm_id}} {{destination}} {{index}}` - Delete the previous copy of the virtual disk: `qm {{[di|disk]}} move -delete {{vm_id}} {{destination}} {{index}}`