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

> Delete a training job and its associated resources

Deletes a Training Job.

## Usage

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

## Flags

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