merge_people
Merge multiple person clusters into one to fix when the same person has been split across clusters. Irreversibly transfers all faces to the target.
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 |
|---|---|---|---|
| merge_ids | Yes | ||
| person_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |