atlas rm#

file version: 10 July 2026

Overview#

atlas rm removes files or directories from the server.

Usage#

atlas rm [flags] <path>

Command Flags#

Flag

Description

--recursive

Remove directories recursively

--force

Ignore missing files and keep going

--regexp string

Match paths by regular expression

--dry-run

Show what would be removed without deleting anything

Examples#

atlas rm /hsm/arch/project/file.txt
atlas rm --recursive /hsm/arch/project/tmp

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