1.2 KiB
1.2 KiB
| title | seotitle | description | menu | weight | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Update an organization | Update an organization in InfluxDB | Update an organization's name and assets in InfluxDB using the InfluxDB UI or the influx CLI. |
|
3 |
Use the InfluxDB user interface (UI) or the influx command line interface (CLI)
to update an organization.
Update an organization in the InfluxDB UI
-
Click the Organizations tab in the navigation bar.
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
-
Click on the organization you want to update in the list.
-
To update the organization's name, select the Options tab.
-
To manage the organization's members, buckets, dashboards, and tasks, click on the corresponding tabs.
Update an organization using the influx CLI
Use the influx org update command
to update an organization. Updating an organization requires the following:
- The org ID (provided in the output of
influx org find)
Update the name of a organization
# Pattern
influx org update -i <org-id> -n <new-org-name>
# Example
influx org update -i 034ad714fdd6f000 -n my-new-org