---
title: "Notebook specs the user can use"
method: GET
path: "/notebooks/available_specs"
tags: ["notebooks"]
---

# Notebook specs the user can use

`GET /notebooks/available_specs`

## Response `200`

Notebook specs the user can use

- object — Notebook specs the user can use
  - `data` object, required
    - `specs` object[], required
      - `cpu` integer, required — Number of cpu
      - `instance` 'medium' | 'large' | 'mediumx2' | 'mediumx2-t4' | 'mediumx2-t4-light-pfp', required — Notebook server instance type
      - `memory_limit_bytes` integer, required — Available memory size (bytes) to user
      - `required_resources` number, required — Required resources

## Other responses

- `default` — Other error

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
