Delete Preview Files
delete_preview_filesClear project preview and render cache files to free up disk space and avoid playback errors. Choose to delete video, audio, or all cache types for targeted cleanup.
Instructions
Delete all preview/render cache files for the project. Uses QE DOM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_type | No | Type of preview files to delete: 'video', 'audio', or 'all' (default: 'all') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |