jobs
Inspect and manage async job history
Authentication scope: local
List recent jobs from the local ledger
fabio jobs list| Flag | Type | Required | Description |
|---|---|---|---|
--status |
string |
No | Filter by status (e.g., running, completed, failed) |
Read-only · Returns list
Get details of a specific job
fabio jobs get --id <value>| Flag | Type | Required | Description |
|---|---|---|---|
--id |
string |
Yes | Job ID |
Read-only · Returns object
Remove completed/failed jobs from the ledger
fabio jobs prune| Flag | Type | Required | Description |
|---|---|---|---|
--include-running |
bool |
No | Remove all jobs including currently running ones |
Mutates state · Destructive · Returns object
