Skip to content

Commit 03469ef

Browse files
author
Josh Sager
committed
Added more robust language to kvmify
More explicit language denoting that you can only kvmify if your Linode is currently Xen.
1 parent 2091c66 commit 03469ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/data/endpoints/linodes.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,8 @@ endpoints:
655655
type: Action
656656
authenticated: true
657657
description: >
658-
Changes a Linode's hypervisor from Xen to KVM.
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.
659660
methods:
660661
POST:
661662
oauth: linodes:modify

0 commit comments

Comments
 (0)