---
title: "List deployment regions"
method: GET
path: "/locations"
tags: ["locations"]
---

# List deployment regions

`GET /locations`

Returns all deployment regions with their current availability status and supported hardware flavors. Use this to discover where resources can be deployed.

## Response `200`

successful operation

- LocationResponse[]
  - `continent` string — Continent of the location
  - `country` string — Country of the location
  - `flavors` Flavor[] — Hardware flavors available in the location
    - `name` string — Flavor name (e.g. t4)
    - `type` 'cpu' | 'gpu' — Flavor type (e.g. cpu, gpu)
  - `location` string — Name of the location
  - `region` string — Region of the location
  - `status` string — Status of the location

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/revisions/dfa264bc72ee/schema)
