Skip to main content
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:
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

ornn resale browse
ornn resale browse --json

Update an existing resale listing

Change the ask price on a listing you own:
ornn resale update <reservation-id> --ask-price 2.10

Delist a resale listing

Remove your reservation from the resale market:
ornn resale delist <reservation-id>
Once a buyer claims a resale listing, the reservation transfers to their tenant. Delist promptly if your plans change.

What’s next

portfolio

Portfolio overview

Find the reservation detail page and the Sublet capacity button. The modal’s submit button reads List on marketplace.
usage-and-billing

Track GPU usage and invoices

Find your invoices and review charges related to your reservations.