buildx_rm
Remove a Docker Buildx builder instance. Specify a builder name or remove all inactive builders, with options to keep state, daemon, or force removal.
Instructions
Remove a builder instance.
args:
name - Builder name to remove (mutually exclusive with all_inactive)
all_inactive - Remove every inactive builder
keep_state - Keep the BuildKit state volume
keep_daemon - Keep the BuildKit daemon process running
force - Force removal even if the builder is in use
returns: dict - {"returncode": int, "stdout": str, "stderr": str, "truncated": bool}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| force | No | ||
| keep_state | No | ||
| keep_daemon | No | ||
| all_inactive | No |