File tree Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -603,27 +603,6 @@ endpoints:
603
603
https://$api_root/$version/linode/instances/$linode_id/reboot
604
604
python : |
605
605
my_linode.reboot()
606
- /linode/instances/$id/kvmify :
607
- type : Action
608
- authenticated : true
609
- description : >
610
- Changes a Linode's hypervisor from Xen (legacy) to KVM (modern). Doing this
611
- restarts and migrates your Linode, and can take several minutes depending on
612
- the size of the Linode. Upgrading to KVM has significant performance
613
- improvements. This endpoint will only work for Linodes currently running
614
- on the Xen hypervisor.
615
- methods :
616
- POST :
617
- oauth : linodes:modify
618
- dangerous : true
619
- examples :
620
- curl : |
621
- curl -H "Content-Type: application/json" \
622
- -H "Authorization: Bearer $TOKEN" \
623
- -X POST \
624
- https://$api_root/$version/linode/instances/$linode_id/kvmify
625
- python : |
626
- my_linode.kvmify()
627
606
/linode/instances/$id/rescue :
628
607
type : Action
629
608
authenticated : true
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ schema:
48
48
subtype : EventStatus
49
49
value : finished
50
50
description : >
51
- The current status of this event.
51
+ The current status of this event.
52
52
percent_complete :
53
53
type : Integer
54
54
value : 20
95
95
linode_migrate : Linode migrate
96
96
linode_rebuild : Linode rebuild
97
97
linode_clone : Linode clone
98
- linode_kvmify : Linode kvmify
99
98
disk_create : Disk create
100
99
disk_delete : Disk delete
101
100
disk_duplicate : Disk duplicate
You can’t perform that action at this time.
0 commit comments