immich.duplicates.delete
Delete duplicate photos from Immich photo library. Preview deletions first with dry run, then permanently remove selected duplicates while protecting favorited and album images.
Instructions
Delete specific assets from duplicate groups. Always run with dry_run=true first to confirm what will be deleted. Set force=true to permanently delete (bypass trash). Do NOT delete assets that are favorited or belong to albums without explicit user approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_ids | Yes | Asset UUIDs to delete | |
| force | No | Permanently delete, bypassing trash | |
| dry_run | No | Preview what would be deleted without making changes |