# Accept/Deny Pending Delegations & Undelegate

Once the node owner initiates the Delegation process, you can choose to accept or deny a delegation request inside the Checker Client. You can also choose to end a delegation at any point in time. It is important to verify that you are accepting delegation from the correct owner wallet, else you’d be earning rewards for the wrong person.

#### **Linux CLI**

Approve a license <mark style="color:red;">`aethir license approve [License ID]`</mark>

Approve all <mark style="color:red;">`aethir license approve --all`</mark>

Deny a license <mark style="color:red;">`aethir license deny [License ID]`</mark>

Undelegate a license <mark style="color:red;">`aethir license undelegate [License ID], [License ID], ...`</mark>

#### **Windows GUI**

Navigate to the **Licenses** tab.


---

# 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.aethir.com/checker-guide/how-to-run-checker-nodes/accept-deny-pending-delegations-and-undelegate.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.
