prune_system
Remove unused Docker system resources (containers, images, networks, volumes, build cache) for an environment. Preview changes with dry run before applying.
Instructions
Prune system resources for the given environment. Select what to prune via flags (containers, images, volumes, networks, build_cache). Volumes default to False. Use dry_run=True (default) to preview what would be pruned without making changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env_id | No | 0 | |
| images | No | ||
| dry_run | No | ||
| volumes | No | ||
| networks | No | ||
| containers | No | ||
| agent_token | No | ||
| build_cache | No |