> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ornn.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage your GPU reservations in Portfolio

> Use the Portfolio section to track active, upcoming, and past reservations, review bids, check connection details, and monitor utilization.

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:

| 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](/guides/managing-bids). |
| **History**  | Completed and other past reservations.                                                                                   |

<Note>
  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](/guides/access-overview).
</Note>

## 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**).

| 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](/guides/resale).

### 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](/guides/access-overview) 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.

<Note>
  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.
</Note>

For a deeper breakdown of usage data and invoices, see [Track GPU usage and invoices](/guides/usage-and-billing).

## CLI equivalents

Inspect reservations from the Ornn Compute CLI:

```bash theme={null}
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](/cli) for full syntax.

## What's next

<CardGroup cols={2}>
  <Card title="View and manage your bids" img="https://mintcdn.com/ornn/fNQRwmmR9H-yzza5/images/banners/managing-bids.jpg?fit=max&auto=format&n=fNQRwmmR9H-yzza5&q=85&s=0bcb78cbe130c643d09aad9334995569" href="/guides/managing-bids" width="1200" height="800" data-path="images/banners/managing-bids.jpg">
    Track submitted bids and manage editable offers from the Bids tab.
  </Card>

  <Card title="Choose your access mode" img="https://mintcdn.com/ornn/fNQRwmmR9H-yzza5/images/banners/access.jpg?fit=max&auto=format&n=fNQRwmmR9H-yzza5&q=85&s=d7f78f5776720abf9eadfbb2519503c6" href="/guides/access-overview" width="1200" height="800" data-path="images/banners/access.jpg">
    Configure VM or Bare Metal access from the reservation detail page.
  </Card>
</CardGroup>
