---
title: "Patch a Notebook in the given Namesapce, Update Yarn Resource Setting"
method: PATCH
path: "/aide/v1/namespaces/{namespace}/notebooks"
---

# Patch a Notebook in the given Namesapce, Update Yarn Resource Setting

`PATCH /aide/v1/namespaces/{namespace}/notebooks`

Post Notebooks.

## Path parameters

- `namespace` string, string, required

## Request body

- PatchNotebookRequest
  - `name` string, required — Notebook name
  - `namespace` string, required — Namesapce where notebook has been created
  - `queue` string — BDAP Yarn Queue Setting
  - `executorCores` string — User excutor core setting in BDAP Yarn Cluster
  - `executorMemory` string — User excutor memory setting in BDAP Yarn Cluster
  - `executors` string — User excutors setting in BDAP Yarn Cluster
  - `driverMemory` string — User driver memory in BDAP Yarn Cluster

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — Notebook create failed

## Changes

- **2020-12-07** `180e06e8bcb6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/webankfintech/apis/jupyter-server/changes/aide/v1/namespaces/:namespace/notebooks/patch.md)

---

[API](https://skmtc.dev/webankfintech/apis/jupyter-server.md) · [All operations](https://skmtc.dev/webankfintech/apis/jupyter-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webankfintech/jupyter-server/revisions/180e06e8bcb6/schema)
