28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
|
|
The `influxctl database` command and its subcommands manage databases in an
|
|
{{% product-name omit=" Clustered" %}} cluster.
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
influxctl database [subcommand] [flags]
|
|
```
|
|
|
|
## Subcommands
|
|
|
|
| Subcommand | Description |
|
|
| :------------------------------------------------------------------------ | :------------------ |
|
|
| [create](/influxdb3/version/reference/cli/influxctl/database/create/) | Create a database |
|
|
| [delete](/influxdb3/version/reference/cli/influxctl/database/delete/) | Delete a database |
|
|
| [list](/influxdb3/version/reference/cli/influxctl/database/list/) | List databases |
|
|
| [rename](/influxdb3/version/reference/cli/influxctl/database/rename/) | Rename a database |
|
|
| [undelete](/influxdb3/version/reference/cli/influxctl/database/undelete/) | Undelete a database |
|
|
| [update](/influxdb3/version/reference/cli/influxctl/database/update/) | Update a database |
|
|
| help, h | Output command help |
|
|
|
|
## Flags
|
|
|
|
| Flag | | Description |
|
|
| :--- | :------- | :------------------ |
|
|
| `-h` | `--help` | Output command help |
|