---
title: Write data to InfluxDB Cloud Dedicated
description: Collect and write time series data to InfluxDB Cloud Dedicated.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/write-data/
estimated_tokens: 420
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/cloud-dedicated/write-data/
date: '2026-04-20T11:26:19-05:00'
lastmod: '2026-04-20T11:26:19-05:00'
---

Write data to InfluxDB Cloud Dedicated using the following tools and methods:

#### Choose the write endpoint for your workload

When bringing existing v1 write workloads, use the InfluxDB Cloud Dedicated HTTP API [`/write` endpoint](/influxdb3/cloud-dedicated/guides/api-compatibility/v1/).
When creating new write workloads, use the HTTP API [`/api/v2/write` endpoint](/influxdb3/cloud-dedicated/guides/api-compatibility/v2/).

### [Use the InfluxDB HTTP API to write data](/influxdb3/cloud-dedicated/write-data/http-api/)

Use the `/api/v2/write` or `/write` HTTP API endpoints to write data to InfluxDB Cloud Dedicated.

### [Use Telegraf to write data](/influxdb3/cloud-dedicated/write-data/use-telegraf/)

Use Telegraf to collect and write data to InfluxDB. Create Telegraf configurations in the InfluxDB UI or manually configure Telegraf.

### [Write line protocol data to InfluxDB Cloud Dedicated](/influxdb3/cloud-dedicated/write-data/line-protocol/)

Use Telegraf and API clients to write line protocol data to InfluxDB Cloud Dedicated.

### [Write CSV data to InfluxDB Cloud Dedicated](/influxdb3/cloud-dedicated/write-data/csv/)

Use Telegraf or the HTTP API to write CSV data to InfluxDB Cloud Dedicated.

### [Best practices for writing data](/influxdb3/cloud-dedicated/write-data/best-practices/)

Learn about the recommendations and best practices for writing data to InfluxDB Cloud Dedicated.

### [Troubleshoot issues writing data](/influxdb3/cloud-dedicated/write-data/troubleshoot/)

Troubleshoot issues writing data. Find response codes for failed writes. Discover how writes fail, from exceeding rate or payload limits, to syntax errors and schema conflicts.
