> 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/kusama/commands.md).

# Commands

`logs`

```python
docker logs kusama_node -fn 100
```

`restart`

```
docker restart kusama_node
```

`delete node`

```bash
docker stop kusama_node
docker rm kusama_node
rm -rf $HOME/.kusama
docker system prune -af --volumes
```
