roboflow_create_version
Create a new version of a Roboflow dataset by applying augmentation, preprocessing, or train-test split. Starts async generation; poll status until ready.
Instructions
Kick off an async version generation (quota-heavy).
Destructive-of-quota: requires confirm='yes' and
ROBOFLOW_MCP_MODE=curate or full. After this returns,
poll roboflow_get_version_generation_status until the
new version reports status="ready".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| dry_run | No | ||
| project | Yes | ||
| workspace | No | ||
| augmentation | No | ||
| preprocessing | No | ||
| train_test_split | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||