atlas stage#
file version: 10 July 2026
Overview#
atlas stage requests that offline (archived) files be brought back
online. The server queues the stage operation and reports how many
files were staged.
With --cancel (-x), it cancels a pending stage request instead
of issuing a new one.
Usage#
atlas stage <path> [paths...] [flags]
Command Flags#
Flag |
Description |
|---|---|
|
Cancel a pending stage request |
|
Stage files recursively in directories |
|
Match paths by regular expression |
|
Show what would be staged without staging |
Examples#
atlas stage /archive/dataset.tar
atlas stage -r /archive/project/
atlas stage -e '\.nc$' -r /archive
atlas stage -x /archive/dataset.tar
Global Flags#
Flag |
Description |
|---|---|
|
Path to CA certificate for server verification |
|
Machine-readable output format ( |
|
Interface language ( |
|
Disable color output |
|
Use plaintext (non-TLS) connection |
|
ATLAS server address; defaults to |
|
Skip TLS certificate verification; enabled by default for self-signed setups |