content/influxdb3/cloud-serverless/admin/organizations/update-org.md
Use the InfluxDB user interface (UI) or the influx command line interface (CLI)
to update an organization.
[!Note] If you change an organization name, be sure to update the organization connection credential in clients that connect to your {{< product-name >}} organization.
Use the influx org update command
to update an organization. Updating an organization requires the following:
influx org list)# Syntax
influx org update -i <org-id> -n <new-org-name>
# Example
influx org update -i 034ad714fdd6f000 -n my-new-org