CLI
ankra runs
Inspect and act on the organisation’s runs
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Inspect and act on the organisation’s runs
ankra runs cancel <run-id> [flags]
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) | |
--yes | false | Skip the confirmation prompt |
ankra runs get <run-id> [flags]
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |
ankra runs list [flags]
| Flag | Default | Description |
|---|---|---|
--cluster | Only runs touching this cluster (name or id); asks the backup lane’s listing | |
--cursor | Continue from a previous page’s cursor | |
--kind | Only runs of this kind: backup, restore, clone, pipeline, promotion, dr_drill, environment_hydrate | |
--limit | 0 | Page size (server default 50, maximum 100) |
-o, --output | Output format: json or yaml (default: human-readable) | |
--stack | Only runs touching this stack; asks the backup lane’s listing | |
--status | Only runs in this status (pending, running, blocked, succeeded, failed, cancelled) |
ankra runs retry <run-id> [flags]
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |