Generated Reference
vai actions
Manage action runs
vai actions
Manage action runs
list
List action runs.
vai actions listOptions:
| Option | Description |
|---|---|
--status | Filter by status (pending, running, completed, failed) |
--kind | Filter by action kind |
--limit | Maximum results (default: 20) |
-p, --profile | Profile to use (default: default) |
get
Get action run details.
vai actions get <run_id>Arguments:
| Argument | Description | Required |
|---|---|---|
run_id | Action run ID | Yes |
| Options: |
| Option | Description |
|---|---|
-p, --profile | Profile to use (default: default) |
run
Create and execute an action run.
vai actions runOptions:
| Option | Description |
|---|---|
--kind | Action kind (required) |
--definition | Action definition as JSON string |
--definition-file | Path to action definition JSON file |
--wait | Wait for completion |
-p, --profile | Profile to use (default: default) |
cancel
Cancel a pending or running action.
vai actions cancel <run_id>Arguments:
| Argument | Description | Required |
|---|---|---|
run_id | Action run ID | Yes |
| Options: |
| Option | Description |
|---|---|
-p, --profile | Profile to use (default: default) |
retry
Retry a failed action run.
vai actions retry <run_id>Arguments:
| Argument | Description | Required |
|---|---|---|
run_id | Action run ID | Yes |
| Options: |
| Option | Description |
|---|---|
--wait | Wait for completion |
-p, --profile | Profile to use (default: default) |