image_list
List your images. Parameters: Noneimage_get
| Parameter | Type | Required |
|---|---|---|
id | UUID | yes |
image_create
Create an image from a stopped VM.| Parameter | Type | Required | Description |
|---|---|---|---|
instanceName | string | yes | Stopped VM name |
imageName | string | yes | New image name |
description | string | yes | Description |
metadata | object | no | Version metadata (max 100KB) |
image_create_version
Add a new version to an existing image.| Parameter | Type | Required | Description |
|---|---|---|---|
instanceName | string | yes | Stopped VM name |
imageName | string | yes | Existing image name |
metadata | object | no | Version metadata (max 100KB) |
image_update
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | yes | Current image name |
newName | string | no | New name |
regions | string[] | no | Available regions |
description | string | no | New description |
image_destroy
| Parameter | Type | Required |
|---|---|---|
name | string | yes |
image_version_list
| Parameter | Type | Required |
|---|---|---|
imageName | string | yes |
image_version_get
| Parameter | Type | Required |
|---|---|---|
imageName | string | yes |
version | integer | yes |
image_version_promote
Promote a version to be the active version.| Parameter | Type | Required |
|---|---|---|
imageName | string | yes |
version | integer | yes |
image_version_remove
| Parameter | Type | Required |
|---|---|---|
imageName | string | yes |
version | integer | yes |