---
title: influxd-ctl update-data
description: The influxd-ctl update-data command updates a data node’s TCP bind address in the meta store.
url: https://docs.influxdata.com/enterprise_influxdb/v1/tools/influxd-ctl/update-data/
estimated_tokens: 130
publisher: InfluxData
canonical: https://docs.influxdata.com/enterprise_influxdb/v1/tools/influxd-ctl/update-data/
date: '2023-10-05T14:23:52-06:00'
lastmod: '2023-10-05T14:23:52-06:00'
---

The `influxd-ctl update-data` command updates a data node’s TCP bind address
in the meta store.

## Usage

```sh
influxd-ctl update-data <old-tcp-bind-addr> <new-tcp-bind-addr>
```

## Arguments

* **old-tcp-bind-addr**: Old TCP bind address of the data node
* **new-tcp-bind-addr**: New TCP bind address of the data node

## Flags

*See [`influxd-ctl` global flags](/enterprise_influxdb/v1/tools/influxd-ctl/#influxd-ctl-global-flags).*

## Examples

```sh
influxd-ctl update-data data1:8088 influxdb-data-01:8088
```
