You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8033,6 +8033,8 @@ paths:
8033
8033
summary: Kernels List
8034
8034
description: |
8035
8035
Lists available Kernels.
8036
+
8037
+
Due to the extensive list of available kernels, please keep [pagination](/docs/api/#pagination) controls in mind when managing responses to this command.
8036
8038
operationId: getKernels
8037
8039
x-linode-cli-action:
8038
8040
- list
@@ -22373,7 +22375,11 @@ components:
22373
22375
x-linode-cli-display: 1
22374
22376
kernel:
22375
22377
type: string
22376
-
description: A Kernel ID to boot a Linode with. Defaults to "linode/latest-64bit".
22378
+
default: linode/latest-64bit
22379
+
description: |
22380
+
A Kernel ID to boot a Linode with. Use `linode/grub2` for the upstream distribution-supplied kernel that is installed on the primary disk.
22381
+
22382
+
For a complete list of options, use the [Kernels List](/docs/api/linode-instances/#kernels-list) command.
0 commit comments