1.1 KiB
1.1 KiB
title | seotitle | description | menu | weight | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Create an organization | Create an organization in InfluxDB | Create an organization in InfluxDB using the InfluxDB UI or the influx CLI. |
|
101 |
Use the InfluxDB user interface (UI) or the influx
command line interface (CLI)
to create an organization.
{{% cloud-msg %}} You cannot currently create additional organizations in {{< cloud-name >}}. Only the default organization is available. {{% /cloud-msg %}}
Create an organization in the InfluxDB UI
-
Click the Influx icon in the navigation bar.
{{< nav-icon "admin" >}}
-
Select Create Organization.
-
In the window that appears, enter a name for the organization and associated bucket and click Create.
Create an organization using the influx CLI
Use the influx org create
command
to create a new organization. A new organization requires the following:
- A name for the organization
# Pattern
influx org create -n <org-name>
# Example
influx org create -n my-org