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

# training checkpoints

> List checkpoints generated by a training job

Lists out the Checkpoints that have been generated for a Training Job.

## Usage

```bash theme={null}
flexai training checkpoints <training_or_fine_tuning_job_name> [flags]
```

## Arguments

| Argument                           | Type   | Required | Description                                                          |
| ---------------------------------- | ------ | -------- | -------------------------------------------------------------------- |
| `training_or_fine_tuning_job_name` | string | Yes      | The name of the Training or Fine-tuning Job to list checkpoints for. |

## Flags

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