Skip to main content
Portfolio is your central view of every GPU reservation your tenant holds. Use it to track current activity, see what’s coming up, review your bids, and look back at past reservations.

Portfolio tabs

Portfolio has four tabs:
TabWhat it shows
ActiveCurrent reservations that are live right now. This is the default view when you open Portfolio.
UpcomingReservations that have been confirmed but haven’t started yet.
BidsAll bids your tenant has submitted, with their lifecycle status. See View and manage your bids.
HistoryCompleted 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.
Selecting a row opens the detail panel on the right side of the page with summary information for that reservation, including its lifecycle status. Click View on the row to open the full detail page at /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 is pending_payment, which is remapped to Awaiting payment).
StatusMeaning
Awaiting paymentCheckout has not been paid yet. Underlying status: pending_payment.
confirmedReserved 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.
activeGPUs are allocated and access is available.
completedThe 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.
For a deeper breakdown of usage data and invoices, see Track GPU usage and invoices.

CLI equivalents

Inspect reservations from the Ornn Compute CLI:
ornn reservations list
ornn reservations list --status active --json
ornn reservations show <reservation-id>
ornn reservations show <reservation-id> --open
--open launches the reservation detail page in your browser. See the Ornn Compute CLI for full syntax.

What’s next

managing-bids

View and manage your bids

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

Choose your access mode

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