linode_api4-python
linode_api4-python copied to clipboard
Missing documentation or functionality: cloning
I cannot find in the documentation how I can clone.
I'm assuming it is being done the "old" way (I see the "images" tab in the new frontend).
- create linode
- clone a disk
- boot linode
How to do step 2?
Already tried the new way. I felt like I got very close with creating the image:
region = get_region("jp")
linode_type = get_linode_type("nanode")
client.linode.create_instance(linode_type, region, image=res)
It briefly showed up in my client.get_images() list, but then disappeared. I got a 400 error.
Could I please Beta test it or get a notification when I can use it?
Addressed in #233. Feel free to @ me if this issue is still relevant 🙂