inference
inference list
List all inference endpoints and their current status
Lists all the Inference Endpoints that have been created. The output includes the name of the deployment, its status, age, and endpoint.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all inference endpoints and their current status
flexai inference list [flags]
| Flag | Short | Type | Description |
|---|---|---|---|
--help | -h | boolean | Displays this help page. |
--json | -j | boolean | Displays inference information in JSON format instead of the default ASCII table. |
--verbose | -v | boolean | Provides more detailed output when listing a Inference. |
flexai inference list
flexai inference list --json
Was this page helpful?