---
title: "Get the list of capabilities of the location."
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/capabilities"
---

# Get the list of capabilities of the location.

`GET /subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/capabilities`

Get the list of CPU/memory/GPU capabilities of a region.

## Parameters

- `../../../../../../common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref
- `../../../../../../common-types/resource-management/v5/types.json#/components/parameters/SubscriptionIdParameter` — unresolved $ref
- `../../../../../../common-types/resource-management/v5/types.json#/components/parameters/LocationParameter` — unresolved $ref

## Response `200`

The request has succeeded.

- CapabilitiesListResult — The response containing list of capabilities.
  - `value` Capabilities[] — The list of capabilities.
    - `resourceType` string — The resource type that this capability describes.
    - `osType` string — The OS type that this capability describes.
    - `location` string — The resource location.
    - `ipAddressType` string — The ip address type that this capability describes.
    - `gpu` string — The GPU sku that this capability describes.
    - `capabilities` CapabilitiesCapabilities — The supported capabilities.
      - `maxMemoryInGB` number, float — The maximum allowed memory request in GB.
      - `maxCpu` number, float — The maximum allowed CPU request in cores.
      - `maxGpuCount` number, float — The maximum allowed GPU count.
  - `nextLink` string — The URL to get the next set of results.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** (2017-08-01-preview) `540a7f5ef13b` — 3 warning
  - deleted the `path` request parameter `location`
  - deleted the `path` request parameter `subscriptionId`
  - deleted the `query` request parameter `api-version`
- **2026-07-13** (2017-08-01-preview) `114fa0867ea1` — 3 warning
  - deleted the `path` request parameter `location`
  - deleted the `path` request parameter `subscriptionId`
  - deleted the `query` request parameter `api-version`
- **2026-07-13** (2017-08-01-preview) `3b95c53f2960` — 3 breaking
  - added the new path request parameter `location`
  - added the new path request parameter `subscriptionId`
  - added the new required `query` request parameter `api-version`
- **2026-07-13** (2017-08-01-preview) `6deb25ec5d7a` — 1 info
  - endpoint added
- **2026-07-13** (2017-08-01-preview) `d623baae3494` — 1 info
  - api operation id `ListCapabilities` removed and replaced with `Location_ListCapabilities`

[Change history](https://skmtc.dev/azure/apis/containerinstance-microsoft-containerinstance-containerinsta/changes/subscriptions/:subscriptionId/providers/Microsoft.ContainerInstance/locations/:location/capabilities/get.md)

---

[API](https://skmtc.dev/azure/apis/containerinstance-microsoft-containerinstance-containerinsta.md) · [All operations](https://skmtc.dev/azure/apis/containerinstance-microsoft-containerinstance-containerinsta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/containerinstance-microsoft-containerinstance-containerinsta/revisions/0543d3a66e63/schema)
