> For the complete documentation index, see [llms.txt](https://stavr-team.gitbook.io/nodes-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stavr-team.gitbook.io/nodes-guides/mainnets/tangle/commands.md).

# Commands

`logs`

```python
journalctl -fu tangle -o cat
```

`restart`

```
systemctl restart tangle && journalctl -fu tangle -o cat
```

`delete node`

```bash
systemctl stop tangle &&
systemctl disable tangle &&
rm /etc/systemd/system/tangle.service &&
systemctl daemon-reload &&
cd
rm -r .tangle
```
