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 |
|---|---|
|
Remove directories recursively |
|
Ignore missing files and keep going |
|
Match paths by regular expression |
|
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 |
|---|---|
|
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 |