---
title: "Get a list of reserve options"
method: GET
path: "/v2/alpha/on-demand/reserve-options"
---

# Get a list of reserve options

`GET /v2/alpha/on-demand/reserve-options`

Get a list of reserve options

## Response `200`

Successful response

- object
  - `options` object[], required
    - `termPeriodDays` number, required
    - `discountPercentage` number, required
  - `availability` object[], required
    - `region` string, required
    - `machineType` string, required
    - `gpuType` string, required
    - `networkType` string, required
    - `gpuCount` number, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/hyperbolic/apis/castle-api.md) · [All operations](https://skmtc.net/hyperbolic/apis/castle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperbolic/castle-api/revisions/fd9320b4b13d/schema)
