How to clone with a proxmoxer VM from one node to the other node with a new name

rareness

New Member
Oct 18, 2023
3
0
1
Hey guys,

I have been looking for a way to clone a VM from one node to another with a proxmoxer library in Python, I have managed to set a connection to promox cluster. However, I have not found any way so far to clone the VMs, here is the code I have so far:

Code:
def connect_proxmox(dc):proxmox = ProxmoxAPI("censoredhost", user=PROXMOX_USER, password=PROXMOX_PASSWORD)
return proxmox

proxmox_hz = connect_proxmox('censored')

Official proxmoxer documentation does not provide many documentations on it

Any help or tips are appreciated
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!