# Удаление пользователя в системе управления

Пользователи в HOSTVM Manager удаляются через CLI-инструмент `ovirt-aaa-jdbc-tool` для локального домена (internal) или веб-портал для внешних.

**Важно: Не удаляйте `admin@internal` без замены - оставьте аварийный доступ.**

### Удаление по SSH (локальные пользователи)

Подключитесь по SSH к управляющей машине и выполните:

```
ovirt-aaa-jdbc-tool user delete admin2
```

### Удаление через веб-портал

Войдите в портал управления.

Перейдите: **Administration -> Users**.

Выберите пользователя -> **Remove ->** **OK**.​


---

# Agent Instructions: 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:

```
GET https://kb.pvhostvm.ru/hostvm-server/rukovodstvo-po-administrirovaniyu/upravlenie-platformoi/roli-i-polnomochiya-dlya-upravleniya-infrastrukturoi/udalenie-polzovatelya-v-sisteme-upravleniya.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
