# Useful Commands

### tekubeacon.service

{% code fullWidth="false" %}

```bash
teku-beacon-log            # View the tekubeacon.service logs
teku-beacon-start          # Start the tekubeacon.service
teku-beacon-stop           # Stop the tekubeacon.service
teku-beacon-restart        # Restart the tekubeacon.service
teku-beacon-status         # View the status of the tekubeacon.service
teku-beacon-enable         # Enable the tekubeacon.service
teku-beacon-disable        # Disable the tekubeacon.service
teku-beacon-delete-data    # Delete all Teku chain data

teku-beacon-config         # Open the /etc/systemd/system/tekubeacon.service in vim
daemon-reload              # Reload any changes made to the tekubeacon.service
```

{% endcode %}


---

# 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.eridian.xyz/ethereum-dev/infrastructure/client-software/beacon-clients/teku/useful-commands.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.
