atlas release#

file version: 10 July 2026

Overview#

Release online file data, allowing the server to move it back to archive storage. The file metadata is preserved; only the data goes offline.

Usage#

atlas release <path> [paths...] [flags]

Command Flags#

Flag

Description

-r, --recursive

Release files recursively in directories

-e, --regexp string

Regexp pattern matched against file paths

-n, --dry-run

Show what would be released without releasing

Examples#

atlas release /data/old_dataset.tar
atlas release -r /data/completed_project/

Global Flags#

Flag

Description

--ca-cert string

Path to CA certificate for server verification

--format string

Machine-readable output format (json or csv); omit for the default human-readable output

-L, --lang string

Interface language (en, de)

--no-color

Disable color output

-P, --plaintext

Use plaintext (non-TLS) connection

-s, --server string

ATLAS server address; defaults to ACLI_SERVER, then the stored session, /etc/atlas/atlas.conf, and finally localhost:7449

--tls-skip-verify

Skip TLS certificate verification; enabled by default for self-signed setups