---
title: "Set current Thread state."
method: PUT
path: "/node/state"
tags: ["node"]
---

# Set current Thread state.

`PUT /node/state`

Enable and disable the Thread protocol operation. If network interface
hasn't been started yet, it will get started automatically.

## Request body

- string — Can be "enable" or "disable".

## Response `200`

Successful operation.

## Other responses

- `400` — The client sent an invalid request. The client SHOULD perform action(s) to provide valid syntax before retrying the request.
- `409` — The request conflicts with the current state of the target resource; either the request body cannot be applied to the resource state or the resource state cannot satisfy the request. The client SHOULD perform action(s) to re-synchronize application state before retrying the request.
- `500` — The server encountered an unexpected error. The client SHOULD retry after a longer period of time.

---

[API](https://skmtc.net/openthread/apis/swagger-openthread-rest-api.md) · [All operations](https://skmtc.net/openthread/apis/swagger-openthread-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openthread/swagger-openthread-rest-api/revisions/7996e8479177/schema)
