> For the complete documentation index, see [llms.txt](https://raiden-network.gitbook.io/raiden-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raiden-network.gitbook.io/raiden-network/raiden-api-1/resources/shutdown.md).

# Shutdown

You can call the shutdown endpoint to stop a running Rainde node.

## Shutdown Resource Overview

| HTTP Method | Resource                                                                                                  | Description     |
| ----------- | --------------------------------------------------------------------------------------------------------- | --------------- |
| POST        | [`/api/<version>/shutdown`](/raiden-network/raiden-api-1/resources/shutdown.md#shutdown-resource-details) | Shutdown Raiden |

## Shutdown Resource Details

## Shutdown Raiden

<mark style="color:green;">`POST`</mark> `http://localhost:5001/api/v1/shutdown`

Stop a running Raiden node.

#### Path Parameters

| Name    | Type   | Description        |
| ------- | ------ | ------------------ |
| version | string | Version of the API |

{% tabs %}
{% tab title="200 Successfully shutdown Raiden node" %}

```
```

{% endtab %}
{% endtabs %}
