For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manage Versions

You can list, inspect, and export dataset versions from the command line.

List Versions

roboflow version list -p <project>

Example:

roboflow version list -p my-detector
ID                              NAME              IMAGES  CREATED
my-workspace/my-detector/1      raw               100     2024-01-15
my-workspace/my-detector/2      augmented-640     300     2024-01-20
my-workspace/my-detector/3      augmented-416     250     2024-02-01

Get Version Details

roboflow version get -p <project> <version-number>

Or use resource shorthand:

roboflow version get my-detector/3
roboflow version get my-workspace/my-detector/3

Export a Version

Trigger an async export of a version in a specific format:

Example:

JSON Output

All version commands support --json:

Last updated

Was this helpful?