VESSL Docs
π Release Notes
π Community Slack
Searchβ¦
Welcome to VESSL Docs!
GETTING STARTED
Overview
Quickstart
End-to-end Guides
USER GUIDE
Organization
Project
Cluster
Dataset
Experiment
Model Registry
Sweep
Workspace
Commons
API REFERENCE
What is the VESSL CLI/SDK?
CLI
Python SDK
Integrations
Utilities API
Dataset API
Experiment API
Cluster API
Image API
Model API
Organization API
Project API
SSH Key API
Sweep API
Volume API
Workspace API
TROUBLESHOOTING
GitHub Issues
Powered By
GitBook
Image API
β
read_kernel_image
1
vessl
.
read_kernel_image
(
2
image_id
:
int
3
)
Copied!
Read the kernel image.
Args
image_id
(int) : Image ID.
Example
1
vessl
.
read_kernel_image
(
2
image_id
=
1
,
3
)
Copied!
β
list_kernel_images
1
vessl
.
list_kernel_images
(
2
**
kwargs
3
)
Copied!
List kernel images in the default organization. If you want to override the default organization, then pass
organization_name
as
**kwargs
.
Example
1
vessl
.
list_kernel_images
()
Copied!
Previous
Cluster API
Next
Model API
Last modified
2mo ago
Copy link
Contents
read_kernel_image
list_kernel_images