---
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.

## Path parameters

- `subscriptionId` string, required
- `location` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- 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` object — The supported capabilities.
      - `maxMemoryInGB` number — The maximum allowed memory request in GB.
      - `maxCpu` number — The maximum allowed CPU request in cores.
      - `maxGpuCount` number — The maximum allowed GPU count.
  - `nextLink` string — The URI to fetch the next page of capabilities.

## Other responses

- `default` — Error response describing why the operation failed.

## Changes

- **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/86cc7a4be1dc/schema)
