# Delete Deka LLM

The Delete feature is used to remove the selected LLM model data or configuration. When this option is used, the system will delete all information related to the selected item from the service, meaning the deleted model or data can no longer be used or displayed in the model list.

**On the detail LLM page → click the gear icon → click the Delete button** to remove the data.

<figure><img src="/files/jOmEFpCpUhOyWq1uRUQc" alt=""><figcaption></figcaption></figure>

The system will display a deletion confirmation pop-up → click the Yes button to proceed with the deletion process.

<figure><img src="/files/jLW9ViZfCwlvcWiguLku" alt=""><figcaption></figcaption></figure>

Re-enter the LLM name in the confirmation field provided to ensure the deletion action is performed correctly → after the LLM name is filled in, click the “I Understand the Consequences, delete this LLM” button as the final confirmation.

<figure><img src="/files/HAiE6nUCrOBBJgmjkCOB" alt=""><figcaption></figcaption></figure>

If deletion is successful, a notification appears: "LLM has been successfully deleted".

<figure><img src="/files/aLftgx2QBdYKwvdSlHsu" alt=""><figcaption></figcaption></figure>


---

# 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://docs.cloudeka.ai/deka-llm/delete-deka-llm.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.
