runai inference standard list

list inference workloads

runai inference standard list [flags]

Examples

# List all inference workloads
runai inference standard list -A

# List workloads with default project
runai inference standard list

# List workloads in a specific project
runai inference standard list -p <project-name>

# List all workloads with a specific output format
runai inference standard list --yaml

# List workloads with pagination
runai inference standard list --limit 20 --offset 40

Options

Options inherited from parent commands

SEE ALSO

  • runai inference standard - Runs a single inference process on one node. Suitable for smaller models or simpler inference tasks.

Last updated