---
title: "Get Disks Availability"
method: GET
path: "/api/v1/availability/disks"
tags: ["Availability"]
---

# Get Disks Availability

`GET /api/v1/availability/disks`

## Query parameters

- `page` integer — Page number (1-indexed)
- `page_size` integer — Number of results per page
- `regions` Regions[], nullable — List of regions to filter
- `data_center_id` string, nullable — Filter by data center ID
- `cloud_id` string, nullable — Filter by cloud ID

## Response `200`

Successful Response

- DiskAvailabilityResponse
  - `items` DiskAvailability[], required — List of available disk configurations
    - `cloudId` string, nullable — Cloud ID, used for provisioning
    - `provider` 'runpod' | 'fluidstack' | 'lambdalabs' | 'hyperstack' | 'oblivus' | 'cudocompute' | 'scaleway' | 'tensordock' | 'datacrunch' | 'latitude' | 'crusoecloud' | 'massedcompute' | 'akash' | 'primeintellect' | 'primecompute' | 'dc_impala' | 'dc_kudu' | 'dc_roan' | 'nebius' | 'dc_eland' | 'dc_wildebeest' | 'vultr' | 'dc_gnu' | 'denvr', required
    - `dataCenter` string, nullable — Location of the data center housing the disk.
    - `country` string, nullable — Country where the data center is located.
    - `region` 'africa' | 'asia_south' | 'asia_northeast' | 'australia' | 'canada' | 'eu_east' | 'eu_north' | 'eu_west' | 'middle_east' | 'south_america' | 'united_states'
    - `spec` CustomSpecValue
      - `minCount` integer, nullable — Minimum count for this specification.
      - `defaultCount` integer, nullable — Default count for the specification.
      - `maxCount` integer, nullable — Maximum allowable count for this specification.
      - `pricePerUnit` number, nullable — Price per unit per hr.
      - `step` integer, nullable — Increment step for adjusting the count (e.g., increments by 1 or 10).
      - `defaultIncludedInPrice` boolean, nullable — Indicates if the default count is included in the base price.
      - `additionalInfo` string, nullable — Any additional information or notes regarding this specification.
    - `stockStatus` 'Available' | 'Low' | 'Medium' | 'High' | 'Unavailable' — Current stock availability status of disks.
    - `security` 'secure_cloud' | 'community_cloud', required
    - `isMultinode` boolean, nullable — Indicates if the disk can be used with multiple instances.
  - `totalCount` integer, required — Total number of matching disk configurations

## Other responses

- `401` — Authorization failed
- `422` — Invalid request data

---

[API](https://skmtc.net/primeintellect/apis/pi-api.md) · [All operations](https://skmtc.net/primeintellect/apis/pi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/primeintellect/pi-api/revisions/3d3868828a78/schema)
