Images are the base templates used when creating compute instances. You can use public images or create custom ones. Aliases:Documentation Index
Fetch the complete documentation index at: https://docs.nscale.com/llms.txt
Use this file to discover all available pages before exploring further.
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 | Emit the full JSON payload (mutually exclusive with -q) |
-q, —query stringArray | jq filter for value extraction (see Query output with -q) |
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 |
—json | Emit the full JSON payload (mutually exclusive with -q) |
-q, —query stringArray | jq filter for value extraction (see Query output with -q) |
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 |
Example
Related
Custom Images (Console)
Upload and use custom OS images via the Console UI.