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

> Delete a checkpoint from FlexAI

Deletes a checkpoint.

## Usage

```bash theme={null}
flexai checkpoint delete <checkpoint_identifier> [flags]
```

## Arguments

| Argument                | Type   | Required | Description                                         |
| ----------------------- | ------ | -------- | --------------------------------------------------- |
| `checkpoint_identifier` | string | Yes      | The name or identifier of the Checkpoint to delete. |

## Flags

| Flag        | Short | Type    | Description                                               |
| ----------- | ----- | ------- | --------------------------------------------------------- |
| `--help`    | `-h`  | boolean | Displays this help page.                                  |
| `--verbose` | `-v`  | boolean | Provides more detailed output when deleting a Checkpoint. |
