The `influxdb3 update` command updates resources such as databases and tables. ## Usage ```bash influxdb3 update ``` ## Subcommands {{% show-in "enterprise" %}} | Subcommand | Description | | :----------------------------------------------------------------- | :--------------------- | | [database](/influxdb3/version/reference/cli/influxdb3/update/database/) | Update a database | | [table](/influxdb3/version/reference/cli/influxdb3/update/table/) | Update a table | | help | Print command help or the help of a subcommand | {{% /show-in %}} {{% show-in "core" %}} | Subcommand | Description | | :----------------------------------------------------------------- | :--------------------- | | [database](/influxdb3/version/reference/cli/influxdb3/update/database/) | Update a database | | help | Print command help or the help of a subcommand | {{% /show-in %}} ## Options | Option | | Description | | :----- | :----------- | :------------------------------ | | `-h` | `--help` | Print help information | | | `--help-all` | Print detailed help information |