# Regions

Available deployment regions

## List regions

> Returns the available regions where apps can be deployed.

```json
{"openapi":"3.1.0","info":{"title":"Spice Cloud Control-Plane API","version":"v1"},"tags":[{"name":"Regions","description":"Available deployment regions"}],"servers":[{"url":"https://api.spice.ai"}],"security":[{"BearerAuth":[]}],"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"OAuth 2.0 access token obtained from the Spice.ai authentication service"}}},"paths":{"/v1/regions":{"get":{"summary":"List regions","description":"Returns the available regions where apps can be deployed.","responses":{"200":{"description":"List of available regions","content":{"application/json":{"schema":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"Human-readable region name"},"region":{"type":"string","description":"Region identifier (e.g., us-east-2)"},"provider":{"type":"string","enum":["teraswitch","aws","azure"]},"providerName":{"type":"string","enum":["Teraswitch","AWS","Azure"]},"isDefault":{"type":"boolean"},"disabled":{"type":"boolean"}}}},"default":{"type":"string","description":"The default region identifier"}}}}}},"401":{"description":"Unauthorized"},"403":{"description":"Insufficient scope"}},"tags":["Regions"]}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spice.ai/api/management-api/management/regions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
