---
title: Supported operations
description: 'The InfluxDB Cloud API supports create, read, update, and delete operations on resources. Most endpoints follow standard HTTP method conventions: Operation HTTP Method Description Write POST Send data or create a resource. Read GET Retrieve a resource or list resources. Update PUT, PATCH Replace or modify an existing resource. Delete DELETE Remove a resource.'
url: https://docs.influxdata.com/influxdb/cloud/api/supported-operations/
estimated_tokens: 421
product: InfluxDB Cloud (TSM)
version: cloud
---

[Download InfluxDB Cloud (TSM) API Spec](/openapi/influxdb-cloud-v2-api.yml)

The InfluxDB Cloud API supports create, read, update, and delete operations on resources. Most endpoints follow standard HTTP method conventions:

| Operation | HTTP Method | Description |
| --- | --- | --- |
| Write | POST | Send data or create a resource. |
| Read | GET | Retrieve a resource or list resources. |
| Update | PUT, PATCH | Replace or modify an existing resource. |
| Delete | DELETE | Remove a resource. |
