cvat_replace_task_annotations
Replace existing CVAT task annotations with new annotation data. Requires explicit confirmation to prevent accidental loss.
Instructions
Replace task annotations with PUT /api/tasks/{id}/annotations/. Requires confirmReplace=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| annotations | Yes | CVAT LabeledDataRequest JSON. | |
| confirmReplace | Yes | Must be true because this replaces current task annotations. |