docs-v2/content/v2.0/organizations/create-org.md

857 B

title seotitle description menu
Create an organization Create an organization in InfluxDB placeholder
v2_0
name parent weight
Create an organization Manage organizations 1

Use the InfluxDB user interface (UI) or the influx command line interface (CLI) to create an organization.

Create an organization in the InfluxDB UI

  1. Click the Organizations tab in the navigation bar.

    {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}

Complete content coming soon

Create an organization using the influx CLI

Use the 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