---
title: "List locations"
method: GET
path: "/storage/provisioning/v1/location"
tags: ["Storage Locations"]
deprecated: true
---

# List locations

`GET /storage/provisioning/v1/location`

> **Deprecated.**

Returns available storage locations where you can create storages. Each location represents a geographic region with specific data center facilities.

## Response `200`

clientLocationRes

- ClientLocationRes[]
  - `address` string, required — Full hostname/address for accessing the storage endpoint
  - `allow_for_new_storage` 'deny' | 'allow', required — Indicates whether new storage can be created in this location: `allow` enables storage creation, `deny` prevents it
  - `id` integer, required
  - `name` string, required
  - `type` 's3_compatible' | 'sftp', required

## Other responses

- `400` — ErrResponse

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
