prune_volumes
Remove unreferenced dangling Docker volumes to reclaim disk space. Use dry run to preview deletions without risk.
Instructions
[WRITE][risk=high] Prune unreferenced (dangling) volumes. No undo.
dry_run LISTS the volumes that would be removed and the reclaimable bytes before doing anything.
Args: dry_run: If True, list what would be removed + reclaimable bytes. target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No |