Skip to main content
Uploads a Checkpoint generated by a Training Job to a Remote Storage Provider Connection, such as Amazon S3, Cloudflare R2, or GCP Cloud Storage.

Usage

flexai checkpoint export <checkpoint_identifier> --storage-provider <storage_provider_name> --destination-path <destination_path> [flags]

Arguments

ArgumentTypeRequiredDescription
checkpoint_identifierstringYesThe name or UUID of the Checkpoint to export.

Flags

FlagShortTypeRequiredDescription
--storage-provider-sstringYesThe name of the Remote Storage Provider Connection to upload to.
--destination-path-dstringYesThe destination path in the remote storage where the checkpoint will be uploaded.
--help-hbooleanNoDisplays this help page.
--verbose-vbooleanNoProvides more detailed output when exporting a Checkpoint.