diff --git a/content/influxdb/cloud-dedicated/reference/cli/influxctl/write.md b/content/influxdb/cloud-dedicated/reference/cli/influxctl/write.md index df266a247..d7085e720 100644 --- a/content/influxdb/cloud-dedicated/reference/cli/influxctl/write.md +++ b/content/influxdb/cloud-dedicated/reference/cli/influxctl/write.md @@ -60,6 +60,7 @@ influxctl write [flags] | | `--batch-size` | Number of metrics to write per batch (default is `10000`) | | | `--database` | Database to write to | | | `--precision` | Precision of data timestamps (`ns` _(default)_, `us`, `ms`, or `s`) | +| | `--timeout` | Client timeout in seconds (default is `10`) | | | `--token` | Database token with write permissions on the target database | | `-h` | `--help` | Output command help |