---
title: "Get Host Create Options"
method: GET
path: "/hosts-create-options/{host_id}"
---

# Get Host Create Options

`GET /hosts-create-options/{host_id}`

## Path parameters

- `host_id` string, required

## Response `200`

200

- object
  - `hostID` integer
  - `image` object[]
    - `id` integer
    - `name` string
    - `type` string
    - `minDiskSize` integer
    - `unavailableRegions` unknown[]
      - unknown
    - `version` object
      - `id` string
      - `description` string
      - `passwordUnsupported` boolean
    - `versions` object[]
      - `id` string
      - `description` string
      - `passwordUnsupported` boolean
    - `extraCostPerMonth` integer
    - `windows` boolean
  - `region` object[]
    - `id` integer
    - `name` string
    - `iso` string
    - `subregion` object
      - `id` string
      - `description` string
      - `slug` string
      - `unavailableSizes` string[]
    - `subregions` unknown[]
      - unknown
  - `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
  - `hostOptions` object
    - `rebuild` boolean
    - `resize` boolean
    - `backups` boolean
    - `userScript` boolean

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