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

# Resell reservations on the secondary market

> List unused reservations on the Ornn resale market, browse open resale offers, and update or delist your own resale positions.

If you hold a reservation you no longer need, you can list it on the Ornn resale market for another approved tenant to claim. Resale is available from both the web app and the Ornn Compute CLI.

The **Sublet capacity** button appears on the reservation detail page for **confirmed** and **active** reservations; pending-payment reservations are not eligible. Listing does not depend on how many GPU-hours you have already consumed.

## List a reservation for resale

Open the reservation detail page at `/portfolio/[reservationId]` and click **Sublet capacity** in the page header. In the modal, set your **ask price per GPU-hour** and click **List on marketplace**. Your listing becomes visible to other approved tenants on `/marketplace`.

From the CLI:

```bash theme={null}
ornn resale list <reservation-id> --ask-price 2.45
ornn resale list <reservation-id> --ask-price 2.45 --no-open
ornn resale list <reservation-id> --ask-price 2.45 --json
```

## Browse open resale listings

```bash theme={null}
ornn resale browse
ornn resale browse --json
```

## Update an existing resale listing

Change the ask price on a listing you own:

```bash theme={null}
ornn resale update <reservation-id> --ask-price 2.10
```

## Delist a resale listing

Remove your reservation from the resale market:

```bash theme={null}
ornn resale delist <reservation-id>
```

<Note>
  Once a buyer claims a resale listing, the reservation transfers to their tenant. Delist promptly if your plans change.
</Note>

## What's next

<CardGroup cols={2}>
  <Card title="Portfolio overview" img="https://mintcdn.com/ornn/fNQRwmmR9H-yzza5/images/banners/portfolio.jpg?fit=max&auto=format&n=fNQRwmmR9H-yzza5&q=85&s=f8319c8193ef1d8a2fd406d1c8235280" href="/guides/portfolio-overview" width="1200" height="800" data-path="images/banners/portfolio.jpg">
    Find the reservation detail page and the **Sublet capacity** button. The modal's submit button reads **List on marketplace**.
  </Card>

  <Card title="Track GPU usage and invoices" img="https://mintcdn.com/ornn/fNQRwmmR9H-yzza5/images/banners/usage-and-billing.jpg?fit=max&auto=format&n=fNQRwmmR9H-yzza5&q=85&s=b2a4aaa944da57d94715dd80942df3f4" href="/guides/usage-and-billing" width="1200" height="800" data-path="images/banners/usage-and-billing.jpg">
    Find your invoices and review charges related to your reservations.
  </Card>
</CardGroup>
