> 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/es/inquilinos/reduce-tenant-resources.md).

# Reducir los recursos de un inquilino

Los recursos de cómputo del inquilino pueden reducirse sobre la marcha mediante:

* eliminando un nodo del inquilino, o
* reduciendo los núcleos/RAM asignados a los nodos del inquilino.

## Reducir núcleos/RAM aprovisionados para un nodo del inquilino

El nodo del inquilino no necesita apagarse para reducir la configuración de recursos; sin embargo, si esos recursos están siendo utilizados actualmente por las cargas de trabajo del inquilino, en realidad no se liberarán hasta que las máquinas virtuales se apaguen. Ejemplo: si reduces los recursos de RAM de un nodo del inquilino a 28 GB mientras sus máquinas virtuales están usando 32 GB; el cambio puede realizarse, pero no apaga automáticamente ni recupera RAM de las máquinas virtuales en ejecución.

## Eliminar un nodo del inquilino

Para eliminar un nodo del inquilino, primero debe apagarse.

{% hint style="warning" %}
**No elimine el nodo original del inquilino; cada inquilino necesita al menos un nodo.**
{% endhint %}

1. Vaya al **panel del inquilino**.
2. Haga clic en **Nodos** en el menú de la izquierda.
3. **Haga doble clic en el nodo deseado** en la lista.
4. **Si es necesario, migre o apague las VMs y apague** el nodo; luego vuelva a la lista de nodos del inquilino. (Use el botón Atrás del navegador o la ruta de navegación «Nodos del inquilino».)
5. **Seleccione** el **nodo**.
6. Haga clic en **Eliminar** en el menú de la izquierda.


---

# 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/es/inquilinos/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.
