Skip to content

Commit 059a9e9

Browse files
authored
Merge pull request #73 from yoshizzle/removeKVMify
brk: removes linode/instances/$id/kvmify endpoint
2 parents b2a2062 + 6eb2a9d commit 059a9e9

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

src/data/endpoints/linodes.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -603,27 +603,6 @@ endpoints:
603603
https://$api_root/$version/linode/instances/$linode_id/reboot
604604
python: |
605605
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()
627606
/linode/instances/$id/rescue:
628607
type: Action
629608
authenticated: true

src/data/objects/event.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ schema:
4848
subtype: EventStatus
4949
value: finished
5050
description: >
51-
The current status of this event.
51+
The current status of this event.
5252
percent_complete:
5353
type: Integer
5454
value: 20
@@ -95,7 +95,6 @@ enums:
9595
linode_migrate: Linode migrate
9696
linode_rebuild: Linode rebuild
9797
linode_clone: Linode clone
98-
linode_kvmify: Linode kvmify
9998
disk_create: Disk create
10099
disk_delete: Disk delete
101100
disk_duplicate: Disk duplicate

0 commit comments

Comments
 (0)