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

## Usage

```bash theme={null}
flexai inference list [flags]
```

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

## Examples

### List all inference endpoints

```bash theme={null}
flexai inference list
```

### List inference endpoints in JSON format

flexai inference list --json

```bash theme={null}
flexai inference list --json
```
