---
title: "Update Notebook Resources"
method: PUT
path: "/api/notebooks/{id}/resources"
tags: ["Notebook Resources"]
---

# Update Notebook Resources

`PUT /api/notebooks/{id}/resources`

## Path parameters

- `id` string, required

## Request body

- NotebookResourcesTransport
  - `cpu` number, double, required
  - `memory` integer, required
  - `storage` integer, required
  - `gpu` integer

## Response `200`

OK

## Other responses

- `204` — No Content
- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/celonis/apis/celonis-machine-learning-workbench-apis.md) · [All operations](https://skmtc.net/celonis/apis/celonis-machine-learning-workbench-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celonis/celonis-machine-learning-workbench-apis/versions/6f268387dd87/schema)
