delete_replay
Deletes cached replay and parsed data for a Dota 2 match to force a fresh download and analysis. Use when replay is corrupted or data is outdated.
Instructions
Delete cached replay file and parsed data for a match.
Use this tool when:
A replay appears to be corrupted and needs to be re-downloaded
You want to force a fresh download of a replay
Cached parsed data seems incorrect or outdated
After deletion, the next analysis request for this match will trigger a fresh download and parse.
Args: match_id: The Dota 2 match ID to delete cached data for
Returns: DeleteReplayResponse with deletion status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Human-readable result message | |
| success | Yes | ||
| match_id | Yes | ||
| file_deleted | No | Whether the replay file was deleted | |
| cache_deleted | No | Whether the parsed cache was deleted |