bhatti inspect
Show full details for one sandbox in kubectl describe-style output. Aliased as bhatti info.
Synopsis
Section titled “Synopsis”bhatti inspect <sandbox> bhatti info <sandbox>
Description
Section titled “Description”Prints status, thermal state, image, creation/stop timestamps, resource allocation, network info, and keep_hot. For sandboxes in the running state, disk usage is queried live by running df -m / inside the guest — the row shows total / used / free in MB.
Stopped sandboxes show their static disk size; the live df query is skipped to avoid waking them.
Use --json to get the full sandbox record as JSON for scripting.
Examples
Section titled “Examples”bhatti inspect devName: devID: a1b2c3d4Status: runningThermal: hotImage: minimalCreated: 2026-04-29T15:21:48Z
Resources: CPUs: 2 Memory: 1024 MB Disk: 8192 MB (1247 MB used, 6945 MB free)
Network: IP: 192.168.137.2bhatti info agent --json | jq .keep_hottrue# Stopped sandbox — no live df, static disk size shownbhatti inspect scraperName: scraperID: e5f6g7h8Status: stoppedThermal: coldImage: browserCreated: 2026-04-22T10:14:03ZStopped: 2026-04-29T08:55:12Z
Resources: CPUs: 1 Memory: 2048 MB Disk: — (stopped)
Network: IP: 192.168.137.8Options
Section titled “Options”This command takes only global flags. See Global flags for --url, --token, --json, --timing, --data-dir.
See also
Section titled “See also”bhatti list— list all sandboxesbhatti edit— change mutable settings- API:
GET /sandboxes/:id