veirox session
Manage agent sessions
Synopsis
veirox session <subcommand> [args] [flags]
Description
Manage agent sessions
Subcommands
| Command | Description |
|---|---|
veirox session artifact <session-id> | Create session artifact |
veirox session cancel <session-id> | Cancel session |
veirox session export <session-id> | Export session |
veirox session info <session-id> | Session details |
veirox session list | List task sessions |
veirox session retry <session-id> | Retry session |
veirox session rm-many | Bulk delete sessions |
veirox session sdk | Manage SDK sessions |
veirox session stats | Session statistics |
veirox session artifact <session-id>
Create session artifact
veirox session cancel <session-id>
Cancel session
| Flag | Type | Default | Description |
|---|---|---|---|
--idempotency-key | string | — | idempotency key UUID |
veirox session export <session-id>
Export session
| Flag | Type | Default | Description |
|---|---|---|---|
--format | string | — | md|pdf |
--output-file | string | — | output path |
veirox session info <session-id>
Session details
veirox session list
List task sessions
| Flag | Type | Default | Description |
|---|---|---|---|
--agent-type | string | — | agent type |
--limit | int | 0 | page size |
--offset | int | 0 | pagination offset |
--status | string | — | running|completed|failed|cancelled |
--task | string | — | task id |
--trigger-source | string | — | manual|cron|webhook |
veirox session retry <session-id>
Retry session
| Flag | Type | Default | Description |
|---|---|---|---|
--idempotency-key | string | — | idempotency key UUID |
veirox session rm-many
Bulk delete sessions
| Flag | Type | Default | Description |
|---|---|---|---|
--id | stringSlice | [] | session id (repeat) |
veirox session sdk
Manage SDK sessions
veirox session stats
Session statistics
Exit codes
| Code | Meaning |
|---|---|
0 | Success. |
1 | Generic error (network, API 5xx). |
2 | Validation error (bad flag, missing required arg). |
3 | Unauthenticated — run veirox login or set VEIROX_API_KEY. |
4 | Not found (resource does not exist in this project). |
5 | Permission denied (your role / API key lacks the scope). |