Returns detailed information about a Checkpoint: its inception time, metadata, status, file content list, and more. It outputs the information in YAML format by default.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.
Usage
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
checkpoint_identifier | string | Yes | The name of the Checkpoint to inspect. |
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 inspecting a Checkpoint. |
Examples
Inspecting a checkpoint
Inspect a checkpoint namedmy-checkpoint
- YAML
- JSON
flexai checkpoint inspect response (formatted)