---
title: "Get Resize Options"
method: GET
path: "/servers/{id}/resize-availability"
---

# Get Resize Options

`GET /servers/{id}/resize-availability`

Returns the available options the server can resize to.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `hostID` integer
  - `image` unknown[]
    - unknown
  - `region` object[]
    - `id` integer
    - `name` string
    - `iso` string
    - `subregion` object
      - `id` string
      - `description` string
      - `slug` string
      - `unavailableSizes` string[]
    - `subregions` object[]
      - `id` string
      - `description` string
      - `slug` string
      - `unavailableSizes` string[]
  - `size` object[]
    - `id` string
    - `slug` string
    - `bandwidthGB` integer
    - `cpuCount` integer
    - `diskGB` integer
    - `disks` object[]
      - `type` string
      - `count` integer
      - `size` string
      - `unit` string
    - `memoryMB` integer
    - `costPerHr` integer
    - `costPerMonth` integer
    - `planType` string
  - `available` boolean
  - `bandwidthCost` integer
  - `planTypes` object[]
    - `type` string
    - `description` string
    - `name` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/bitlaunch/apis/bitlaunch-api.md) · [All operations](https://skmtc.dev/bitlaunch/apis/bitlaunch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitlaunch/bitlaunch-api/revisions/b6aec14db2d0/schema)
