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