cleanup_build_logs
Reclaim disk space by deleting build logs older than a set number of days and trimming total log size to a target limit.
Instructions
Delete old build logs to reclaim disk space. Removes logs older than max_age_days, then trims oldest until under max_total_mb.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_age_days | No | Delete logs older than this many days | |
| max_total_mb | No | Target max total log size in MB |