# Disable/enable all partitions of a topic

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

Disable or enable all partitions of a topic. 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)



### Body: application/json (object)

- **disabled** (boolean)



## Responses
### 200
Partitions disabled or enabled successfully


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