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.
Aliases: networks, net, vpc
Subcommands
- list — List networks
- get — Get network details
- create — Create a new network
- update — Update an existing network
- delete — Delete a network
list
List VPC networks, optionally filtered by organization, project, or region.
nscale networks list [flags]
Flags
| Flag | Description |
|---|
--org string | Organization ID |
--project string | Project ID |
--region string | Region ID |
--json | Output in JSON format |
Example
nscale networks list --org <org-id> --region <region-id>
get
Get details for a specific network in JSON format.
nscale networks get --id <network-id> --org <org-id>
Flags
| Flag | Description |
|---|
--id string | Network ID |
--org string | Organization ID |
create
Create a new VPC network. Accepts input from a JSON file or stdin.
nscale networks create [flags]
Flags
| Flag | Description |
|---|
-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
nscale networks create --file network.json
nscale networks create --stdin < network.json
cat network.json | nscale networks create --stdin
update
Update an existing network.
nscale networks update --id <network-id> [flags]
Flags
| Flag | Description |
|---|
--id string | Network ID |
--org string | Organization 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 update |
Examples
nscale networks update --id <network-id> --file network.json
nscale networks update --id <network-id> --stdin < network.json
delete
Delete an existing network.
nscale networks delete --id <network-id> --org <org-id> [flags]
Flags
| Flag | Description |
|---|
--id string | Network ID |
--org string | Organization ID |
--dry-run | Preview the request payload without persisting |
-y, --yes | Automatically confirm deletion |
VPC Networks (Console)
Create and manage VPC networks via the Console UI.