Displays detailed information about an Inference Endpoint, including its name, ID, creator, owner, configuration, runtime status, creation date, endpoint URL, and its Playground URL (a hosted Chainlit instance that’s already hooked up to your Inference Endpoint).Documentation Index
Fetch the complete documentation index at: https://docs.flex.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
inference_endpoint_name | string | Yes | The name of the Inference Endpoint to inspect. |
Flags
| Flag | Short | Type | Description |
|---|---|---|---|
--help | -h | boolean | Displays this help page. |
--json | -j | boolean | Displays inference information in JSON format. |
--verbose | -v | boolean | Provides more detailed output when inspecting an Inference Endpoint. |