We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03469ef commit dad70c0Copy full SHA for dad70c0
src/data/endpoints/linodes.yaml
@@ -655,8 +655,11 @@ endpoints:
655
type: Action
656
authenticated: true
657
description: >
658
- Changes a Linode's hypervisor from Xen to KVM. This endpoint can only be
659
- used if your Linode is currently Xen and you wish to move to KVM.
+ Changes a Linode's hypervisor from Xen (legacy) to KVM (modern). Doing this
+ restarts and migrates your Linode, and can take several minutes depending on
660
+ the size of the Linode. Upgrading to KVM has significant performance
661
+ improvements. This endpoint will only work for Linodes currently running
662
+ on the Xen hypervisor.
663
methods:
664
POST:
665
oauth: linodes:modify
0 commit comments