---
title: "List Servers"
method: GET
path: "/servers"
---

# List Servers

`GET /servers`

Lists all servers on your account.

## Response `200`

200

- object[]
  - `id` string
  - `name` string
  - `host` integer
  - `ipv4` string
  - `region` string
  - `size` string
  - `sizeDescription` string
  - `image` string
  - `imageDescription` string
  - `created` string
  - `rate` integer
  - `bandwidthUsed` integer
  - `bandwidthAllowance` integer
  - `status` string
  - `errorText` string
  - `backupsEnabled` boolean
  - `version` string
  - `abuse` boolean
  - `diskGB` integer

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