Command Reference
Uploads
Inspect inference uploads — status, list, and download URL.
Inspect inference uploads you've staged: check their status, list the uploads backed by a project, and get a presigned URL to download the raw payload. The chunked upload write flow itself stays in the SDK.
Commands
Run inf upload <verb> --help for each verb's options. The generated surface covers:
| Verb | Description |
|---|---|
list | List a project's inference uploads |
get | Get an inference upload's status |
download-url | Get a presigned download URL for an inference upload |
initiate/complete/abort | Begin, finish, or abort a chunked (R2 multipart) upload |
archive / unarchive | Archive (soft-delete) or restore an inference upload |
Related commands
inf datasetmaterializes uploads (and other sources) into eval/training datasets.