---
title: influxctl database
description: The influxctl database command and its subcommands manage databases in an InfluxDB Cloud Dedicated cluster.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/database/
estimated_tokens: 554
product: InfluxDB Cloud Dedicated
version: cloud-dedicated
---

# influxctl database

The `influxctl database` command and its subcommands manage databases in an InfluxDB Cloud Dedicated cluster.

## Usage

```sh
influxctl database [subcommand] [flags]
```

## Subcommands

| Subcommand | Description |
| --- | --- |
| create | Create a database |
| delete | Delete a database |
| list | List databases |
| rename | Rename a database |
| undelete | Undelete a database |
| update | Update a database |
| help, h | Output command help |

## Flags

| Flag |  | Description |
| --- | --- | --- |
| -h | --help | Output command help |
