# Live hardware status

The public hardware status page is available at [cthree.cloud/status](https://cthree.cloud/status). It shows current C3 GPU and CPU classes, price ranges, resource ranges, and high/medium/low availability tiers without exposing exact stock counts or provider inventory.

The CLI reads the same public control-plane API:

```
c3 list
c3 list --all
c3 list --class h100 --all
c3 list --class cpu --all
c3 list --json
```

Use the primary GPU class codes `l40`, `a100`, or `h100` for flexible GPU routing. The `cpu` status class groups CPU profiles for scanning; use `c3 list --class cpu --all` and request one of the exact CPU hardware profile codes in `.c3`.
