Comment on page
Image API
vessl.read_kernel_image(
image_id: int
)
Read the kernel image.
Args
image_id
(int) : Image ID.
Example
vessl.read_kernel_image(
image_id=1,
)
vessl.list_kernel_images(
**kwargs
)
List kernel images in the default organization. If you want to override the default organization, then pass
organization_name
as **kwargs
.Example
vessl.list_kernel_images()
Last modified 1yr ago