---
title: "Update the tables served by the specified broker instance in the broker resource"
method: POST
path: "/instances/{instanceName}/updateBrokerResource"
tags: ["Instance"]
---

# Update the tables served by the specified broker instance in the broker resource

`POST /instances/{instanceName}/updateBrokerResource`

Broker resource should be updated when a new broker instance is added, or the tags for an existing broker are changed. Updating broker resource requires reading all the table configs, which can be costly for large cluster. Consider updating broker resource for each table individually.

## Path parameters

- `instanceName` string, required

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `404` — Instance not found
- `500` — Internal error

---

[API](https://skmtc.net/startree/apis/pinot-controller-api.md) · [All operations](https://skmtc.net/startree/apis/pinot-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/startree/pinot-controller-api/revisions/f1cc8a0ba2e0/schema)
