delete_unhealthy_files
Remove files that failed transcoding or health checks from disk. List affected files first to confirm before bulk deleting problematic media.
Instructions
Delete every file in the transcode-error table (table3) or the health-check-error table (table6) from disk (POST /api/v2/delete-unhealthy-files). This deletes real media in bulk — always list the affected files with query_table and confirm with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | table3 = files that failed to transcode, table6 = files that failed a health check |