buildx_inspect
Inspect a builder instance to retrieve its current state. Bootstrap the builder if it is not already running, then output human-readable details.
Instructions
Inspect a builder instance.
args: name - Builder name (defaults to the active builder) bootstrap - Boot the builder if it isn't already running returns: dict - {"returncode": int, "stdout": str, "stderr": str, "truncated": bool}. stdout is human-readable; parse with the agent or call buildx_ls for JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| bootstrap | No |