> ## 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.

# inference inspect

> View detailed information about a specific inference endpoint

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](https://chainlit.io/) instance that's already hooked up to your Inference Endpoint).

## Usage

```bash theme={null}
flexai inference inspect <inference_endpoint_name> [flags]
```

## 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. |
