Files
sankofa-hw-infra/docs/runbooks/receiving-and-racking.md
defiQUG 93df3c8c20
Some checks failed
CI / lint-and-test (push) Has been cancelled
Initial commit: add .gitignore and README
2026-02-09 21:51:50 -08:00

421 B

Runbook: Receiving and Racking

Receiving

  1. Create shipment for PO; scan items.
  2. POST /api/v1/shipments/:id/receive with assetIds to set assets to received.
  3. Update shipment status to received.

Racking

  1. Assign asset to position: PATCH /api/v1/assets/:id with positionId.
  2. Set asset status to staged.

Capacity

GET /api/v1/capacity/sites/:siteId and GET /api/v1/capacity/gpu-inventory for dashboards.