Skip to main content
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.

Usage

flexai checkpoint inspect <checkpoint_name> [flags]

Arguments

ArgumentTypeRequiredDescription
checkpoint_identifierstringYesThe name of the Checkpoint to inspect.

Flags

FlagShortTypeDescription
--help-hbooleanDisplays this help page.
--json-jbooleanDisplays checkpoint information in JSON format instead of the default ASCII table.
--verbose-vbooleanProvides more detailed output when inspecting a Checkpoint.

Examples

Inspecting a checkpoint

Inspect a checkpoint named my-checkpoint
flexai checkpoint inspect my-checkpoint
Which will output:
flexai checkpoint inspect response (formatted)
name: my-checkpoint
uuid: 12345678-1234-1234-1234-123456789abc
created_at: "2024-01-15T10:30:00Z"
status: ready
size_bytes: 1073741824
files:
  - path: model.safetensors
    size: 1073741824