atlas jobs#

file version: 10 July 2026

Overview#

atlas jobs views, cancels, and purges asynchronous jobs. Jobs are created automatically when stage, copy, or move operations are executed. Regular users see their own jobs; admins can see all jobs.

With no subcommand, it lists jobs.

Usage#

atlas jobs [flags]
atlas jobs [command]

Commands#

Command

Description

list

List jobs (default)

get

Show job details

status

Show job scheduler status

cancel

Cancel a running job

pause

Pause a job type

resume

Resume a job type

purge

Purge completed/failed/cancelled jobs [admin]

pause

Pause a job type [admin]

resume

Resume a job type [admin]

Examples#

atlas jobs list
atlas jobs get 63
atlas jobs cancel 63

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