images, img
Subcommands
list
List available images, optionally filtered by organization and region.Flags
| Flag | Description |
|---|---|
--org string | Organization ID |
--region string | Region ID |
--json | Output in JSON format |
Example
create
Create a new custom image. Accepts input from a JSON file or stdin.Flags
| Flag | Description |
|---|---|
--org string | Organization ID |
--region string | Region ID |
-f, --file string | Path to a JSON file |
--stdin | Read JSON from standard input |
--dry-run | Preview the request payload without persisting |
-y, --yes | Automatically confirm creation |
Examples
delete
Delete an existing image.Flags
| Flag | Description |
|---|---|
--id string | Image ID |
--org string | Organization ID |
--region string | Region ID |
--dry-run | Preview the request payload without persisting |
-y, --yes | Automatically confirm deletion |