Manage InfluxDB dashboards

Create, edit, and manage dashboards from the Dashboards tab in the left navigation.

Create a dashboard

Create a new dashboard or import an existing dashboard in the InfluxDB user interface (UI).

Control a dashboard

Control an InfluxDB dashboard in the InfluxDB user interface (UI).

Export a dashboard

Export a dashboard using the InfluxDB user interface (UI).

Delete a dashboard

Delete a dashboard from the InfluxDB user interface (UI).

View your dashboard ID

Use the InfluxDB UI or influx CLI to view your dashboard ID.

Dashboard ID in the UI

When viewing a dashboard in the InfluxDB UI, your dashboard ID appears in the URL.

  1. http://localhost:8086/orgs/03a2bbf46249a000/dashboards/04b6b15034cc000/...

Dashboard ID in the CLI

Use influx dashboards to view a list of dashboards and IDs.

  1. > influx dashboards
  2. ID Name
  3. 03a2bbf46249a000 dashboard-1
  4. 03ace3a859669000 dashboard-2

dashboards