> For the complete documentation index, see [llms.txt](https://docs.radix-staking.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radix-staking.com/install-and-configure-the-radix-validator-software/stop-or-start-your-node.md).

# Stop or Start your node

### **How to stop your node**

```
radixnode docker stop -f radix-fullnode-compose.yml
```

### How to start your node

change the value for the `-t` switch to the same value you used when setting up your node

```
radixnode docker start \
        -f radix-fullnode-compose.yml \
        -t radix://tn1qgtjz4432e7ghdfsdc6ssu4v63rwxk2g84e4yedadeasfsfaw3995l9gl6l@52.215.119.169
```
