Supported operations

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

OperationHTTP MethodDescription
WritePOSTSend data or create a resource.
ReadGETRetrieve a resource or list resources.
UpdatePUT, PATCHReplace or modify an existing resource.
DeleteDELETERemove a resource.

Was this page helpful?

Thank you for your feedback!