Portfolio tabs
Portfolio has four tabs:| Tab | What it shows |
|---|---|
| Active | Current reservations that are live right now. This is the default view when you open Portfolio. |
| Upcoming | Reservations that have been confirmed but haven’t started yet. |
| Bids | All bids your tenant has submitted, with their lifecycle status. See View and manage your bids. |
| History | Completed and other past reservations. |
Access setup is not a Portfolio tab. You configure VM or Bare Metal from the reservation detail page itself. See Choose how to access your Ornn compute.
What each reservation row shows
Each row in Active and Upcoming displays:- GPU label and quantity: for example,
H100 SXM · 8x. - Operator and site: the provider and facility where the GPUs are located.
- Term: the start and end dates of the reservation.
/portfolio/[reservationId].
Reservation statuses
The detail panel shows the status in the Availability field. The web app renders the underlying status value with underscores replaced by spaces and the casing preserved from the API (the one exception ispending_payment, which is remapped to Awaiting payment).
| Status | Meaning |
|---|---|
| Awaiting payment | Checkout has not been paid yet. Underlying status: pending_payment. |
| confirmed | Reserved but not yet live (for example, the start date hasn’t been reached). Confirmed future reservations appear in the Upcoming tab until their start date. |
| active | GPUs are allocated and access is available. |
| completed | The reservation term has ended. |
Reservation detail page
The full detail page at/portfolio/[reservationId] is where you manage everything tied to a single reservation: configure access, review connection details, and monitor utilization.
Confirmed and active reservations also show a Sublet capacity button in the page header that lists the reservation on the resale market. See Resell reservations on the secondary market.
Access setup
Access mode (VM or Bare Metal), SSH key attachment, and launch/relaunch live on this page. The legacy/portfolio/access URL redirects here. See Choose how to access your Ornn compute for prerequisites and the full flow.
Connection details
Once access is launched, the detail page shows:- SSH access: the SSH Host, User, and Port fields for connecting to your allocated machines.
- Quick Connect: a ready-to-run SSH command you can copy to your clipboard.
Utilization
The detail page includes a panel labeled Utilization whose value reads<used>/<total> GPU hours (for example, 120/960 GPU hours), where the total is derived from GPU count and term length. A secondary line below the value shows the recent-jobs synced count and a staleness figure.
Utilization data is synced periodically. If usage has not been reported yet, the bar shows a dash and the note “Usage reporting is not available yet for this reservation,” meaning telemetry hasn’t been received since the reservation started.
CLI equivalents
Inspect reservations from the Ornn Compute CLI:--open launches the reservation detail page in your browser. See the Ornn Compute CLI for full syntax.
What’s next

View and manage your bids
Track submitted bids and manage editable offers from the Bids tab.

Choose your access mode
Configure VM or Bare Metal access from the reservation detail page.

