---
title: "Get GPU Availability"
method: POST
path: "/organizations/{organization_name}/availability/sce-gpu-availability"
tags: ["organizations"]
---

# Get GPU Availability

`POST /organizations/{organization_name}/availability/sce-gpu-availability`

Gets the GPU availability for the given organization

## Path parameters

- `organization_name` string, required

## Request body

- GpuAvailabilityPrototype
  - `country_codes` CountryCode[] — A list of country codes where the resources are available
  - `cpu` integer, nullable — The number of available CPU cores
  - `gpu_classes` string[], required — A list of available GPU class names
  - `memory` integer, nullable — The amount of available memory in MB
  - `storage_amount` integer, nullable — The amount of available storage in bytes

## Response `200`

Successfully retrieved GPU availability

- GpuAvailability
  - `available_gpu_batch` integer — The number of available GPU batches
  - `available_gpu_high` integer — The number of available high-end GPUs
  - `available_gpu_low` integer — The number of available low-end GPUs
  - `available_gpu_medium` integer — The number of available medium-end GPUs
  - `on_call_gpu` integer — The number of on-call GPUs available

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `default` — Unknown Error

---

[API](https://skmtc.net/salad/apis/saladcloud-api.md) · [All operations](https://skmtc.net/salad/apis/saladcloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salad/saladcloud-api/revisions/6ee34c3732f3/schema)
