# Disable/enable a single partition

**POST /v1/cluster/partitions/{namespace}/{topic}/{partition}**

Disable or enable a single partition. To disable, use `{'disabled': true}` in request body. To enable, use `{'disabled': false}`.


## Servers
- http://localhost:9644: http://localhost:9644 ()



## Parameters

### Path parameters
- **namespace** (string)

- **topic** (string)

- **partition** (integer(int64))



### Body: application/json (object)

- **disabled** (boolean)



## Responses
### 200
Individual partition disabled or enabled successfully


[Powered by Bump.sh](https://bump.sh)
