> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/vi/tenant/reduce-tenant-resources.md).

# Giảm tài nguyên của tenant

Tài nguyên tính toán của tenant có thể được giảm linh hoạt, bằng cách:

* xóa một nút tenant, hoặc
* giảm số lõi/RAM được gán cho các nút tenant.

## Giảm số lõi/RAM được cấp phát cho một Nút Tenant

Nút tenant không cần phải tắt nguồn để giảm các thiết lập tài nguyên; tuy nhiên, nếu các tài nguyên đó hiện đang được khối lượng công việc của tenant sử dụng, chúng sẽ không thực sự được thu hồi cho đến khi các VM được tắt. Ví dụ: nếu bạn giảm tài nguyên RAM của một nút tenant xuống 28GB trong khi 32GB đang được các VM của nó sử dụng; thay đổi có thể được thực hiện, nhưng nó không tự động tắt hoặc thu hồi bất kỳ RAM nào từ các VM đang chạy.

## Xóa một Nút Tenant

Để xóa một nút tenant, trước tiên nó phải được tắt nguồn.

{% hint style="warning" %}
**Không xóa nút tenant ban đầu; mỗi tenant cần ít nhất một nút.**
{% endhint %}

1. Đi tới **bảng điều khiển tenant**.
2. Nhấp vào **Các nút** ở menu bên trái.
3. **Nhấp đúp vào nút mong muốn** trong danh sách.
4. **Nếu cần, di chuyển hoặc tắt các VM và Tắt nguồn** nút đó, sau đó quay lại danh sách nút tenant. (Dùng nút quay lại của trình duyệt hoặc breadcrumb "Tenant Nodes".)
5. **Chọn** the **nút**.
6. Nhấp vào **Xóa** ở menu bên trái.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verge.io/run-the-platform/vi/tenant/reduce-tenant-resources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
