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 jobs (default) |
|
Show job details |
|
Show job scheduler status |
|
Cancel a running job |
|
Pause a job type |
|
Resume a job type |
|
Purge completed/failed/cancelled jobs [admin] |
|
Pause a job type [admin] |
|
Resume a job type [admin] |
Examples#
atlas jobs list
atlas jobs get 63
atlas jobs cancel 63
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 |