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

# Get CPU Availability

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

Gets the CPU availability for the given organization

## Path parameters

- `organization_name` string, required

## Request body

- CpuAvailabilityPrototype
  - `country_codes` CountryCode[] — A list of country codes where the resources are available
  - `cpu` integer, nullable — The number of available CPU cores
  - `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 CPU availability

- CpuAvailability
  - `available_cpu_batch` integer — The number of available CPU cores
  - `on_call_cpu` integer — The amount of on-call CPU

## 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)
