content/influxdb3/cloud-dedicated/admin/databases/rename.md
Use the influxctl database rename command
to rename a database in your {{< product-name omit=" Cluster" >}} cluster.
[!Note] Renaming a database does not change the database ID, modify data in the database, or update database tokens. After renaming a database, any existing database tokens will stop working and you must create new tokens with permissions for the renamed database.
If you create a new database using the previous database name, tokens associated with that database name will grant access to the newly created database.
{{% code-placeholders "DATABASE_NAME|NEW_DATABASE_NAME" %}}
influxctl database rename DATABASE_NAME NEW_DATABASE_NAME
{{% /code-placeholders %}}
Replace the following:
DATABASE_NAME{{% /code-placeholder-key %}}: Current name of the database to renameNEW_DATABASE_NAME{{% /code-placeholder-key %}}: New name for the databaseAfter renaming a database, existing database tokens will no longer work because they reference the old database name. Do the following:
{{% note %}}
The database ID remains the same after renaming. When you list databases, you'll see the new name associated with the original database ID. {{% /note %}}