merge_people
Merge duplicate person clusters into a single person by transferring all faces to a target person, permanently deleting the merged clusters.
Instructions
Merge multiple person clusters into one. Use this when the same real person has been split into multiple face clusters. DESTRUCTIVE and IRREVERSIBLE: merged persons are permanently deleted and all their faces transfer to the target.
Args:
person_id: The target person UUID to keep (receives all merged faces).
merge_ids: List of person UUIDs to absorb into the target. These persons are permanently deleted.
Returns: JSON with merge result details.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person_id | Yes | ||
| merge_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |