Documentation Index
Fetch the complete documentation index at: https://docs.machine0.io/llms.txt
Use this file to discover all available pages before exploring further.
image_list
List your images.
Parameters: None
image_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 |
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 |