Documentation

InfluxDB templates in InfluxDB Cloud

To use templates in InfluxDB Cloud, you have a couple options:

Install and customize a template in the Cloud UI

To ensure the template works, complete the ReadMe instructions after installing a template. For example, you may need to configure telegraf to write specific data to your Cloud instance before the template can be used.

  1. Under Settings icon in the navigation bar.

  2. Click Templates.

  3. (Optional) If you already have a template URL, you can skip this step. Click Browse Community Templates to explore templates and obtain a template URL (YAML or JSON file).

  4. Enter the URL to the template’s YAML or JSON file (from the InfluxData Community Templates repository), and then click Lookup Template. The Template Installer displays the template name and the number of resources included in the template (for example, dashboards, Telegraf configurations, buckets, and more).

  5. Click Install Template. A message confirms the template has been successfully installed.

  6. Under Installed Templates, find the template, and do the following:

  7. (Optional) Add or delete resources from the template, and then use the influx CLI to export resources to a new template (JSON or YAML file).

To install and configure the influx CLI, complete steps 1-2 in the procedure below.

Apply and manage templates using the influx CLI

Use the influx CLI to apply and manage templates in your InfluxDB Cloud account. If you haven’t already, do the following:

  1. Download and install influx CLI.

  2. Configure the influx CLI to use your InfluxDB Cloud instance URL, organization, and tokens.

  3. Use the influx CLI to use, manage, and create InfluxDB templates:


Was this page helpful?

Thank you for your feedback!


New in InfluxDB 3.5

Key enhancements in InfluxDB 3.5 and the InfluxDB 3 Explorer 1.3.

See the Blog Post

InfluxDB 3.5 is now available for both Core and Enterprise, introducing custom plugin repository support, enhanced operational visibility with queryable CLI parameters and manual node management, stronger security controls, and general performance improvements.

InfluxDB 3 Explorer 1.3 brings powerful new capabilities including Dashboards (beta) for saving and organizing your favorite queries, and cache querying for instant access to Last Value and Distinct Value caches—making Explorer a more comprehensive workspace for time series monitoring and analysis.

For more information, check out:

InfluxDB Docker latest tag changing to InfluxDB 3 Core

On February 3, 2026, the latest tag for InfluxDB Docker images will point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments.

If using Docker to install and run InfluxDB, the latest tag will point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments. For example, if using Docker to run InfluxDB v2, replace the latest version tag with a specific version tag in your Docker pull command–for example:

docker pull influxdb:2

InfluxDB Cloud powered by TSM