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

# checkpoint list

> List all checkpoints and their current status

Lists all the available Checkpoints.

## Usage

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

## Flags

| Flag        | Short | Type    | Description                                                                        |
| ----------- | ----- | ------- | ---------------------------------------------------------------------------------- |
| `--help`    | `-h`  | boolean | Displays this help page.                                                           |
| `--json`    | `-j`  | boolean | Displays checkpoint information in JSON format instead of the default ASCII table. |
| `--verbose` | `-v`  | boolean | Provides more detailed output when listing a Checkpoint.                           |

## Examples

### List all available checkpoints

```text theme={null}
flexai checkpoint list
```

### List checkpoints in JSON format

```text theme={null}
flexai checkpoint list --json
```
