---
title: All endpoints
description: View all API endpoints sorted by path.
url: https://docs.influxdata.com/influxdb/cloud/api/all-endpoints/
estimated_tokens: 16318
product: InfluxDB Cloud (TSM)
version: cloud
---

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

All InfluxDB Cloud (TSM) API endpoints, sorted by path.

## v2-compatible API

[GET `/api/v2` List all top level routes](/influxdb/cloud/api/routes/#operation/GetRoutes) [GET `/api/v2` List all top level routes](/influxdb/cloud/api/system-information-endpoints/#operation/GetRoutes) [GET `/api/v2/authorizations` List authorizations](/influxdb/cloud/api/authorizations-api-tokens/#operation/GetAuthorizations) [GET `/api/v2/authorizations` List authorizations](/influxdb/cloud/api/security-and-access-endpoints/#operation/GetAuthorizations) [POST `/api/v2/authorizations` Create an authorization](/influxdb/cloud/api/authorizations-api-tokens/#operation/PostAuthorizations) [POST `/api/v2/authorizations` Create an authorization](/influxdb/cloud/api/security-and-access-endpoints/#operation/PostAuthorizations) [DELETE `/api/v2/authorizations/{authID}` Delete an authorization](/influxdb/cloud/api/authorizations-api-tokens/#operation/DeleteAuthorizationsID) [DELETE `/api/v2/authorizations/{authID}` Delete an authorization](/influxdb/cloud/api/security-and-access-endpoints/#operation/DeleteAuthorizationsID) [GET `/api/v2/authorizations/{authID}` Retrieve an authorization](/influxdb/cloud/api/authorizations-api-tokens/#operation/GetAuthorizationsID) [GET `/api/v2/authorizations/{authID}` Retrieve an authorization](/influxdb/cloud/api/security-and-access-endpoints/#operation/GetAuthorizationsID) [PATCH `/api/v2/authorizations/{authID}` Update an API token to be active or inactive](/influxdb/cloud/api/authorizations-api-tokens/#operation/PatchAuthorizationsID) [PATCH `/api/v2/authorizations/{authID}` Update an API token to be active or inactive](/influxdb/cloud/api/security-and-access-endpoints/#operation/PatchAuthorizationsID) [GET `/api/v2/buckets` List buckets](/influxdb/cloud/api/buckets/#operation/GetBuckets) [POST `/api/v2/buckets` Create a bucket](/influxdb/cloud/api/buckets/#operation/PostBuckets) [DELETE `/api/v2/buckets/{bucketID}` Delete a bucket](/influxdb/cloud/api/buckets/#operation/DeleteBucketsID) [GET `/api/v2/buckets/{bucketID}` Retrieve a bucket](/influxdb/cloud/api/buckets/#operation/GetBucketsID) [PATCH `/api/v2/buckets/{bucketID}` Update a bucket](/influxdb/cloud/api/buckets/#operation/PatchBucketsID) [GET `/api/v2/buckets/{bucketID}/labels` List all labels for a bucket](/influxdb/cloud/api/buckets/#operation/GetBucketsIDLabels) [POST `/api/v2/buckets/{bucketID}/labels` Add a label to a bucket](/influxdb/cloud/api/buckets/#operation/PostBucketsIDLabels) [DELETE `/api/v2/buckets/{bucketID}/labels/{labelID}` Delete a label from a bucket](/influxdb/cloud/api/buckets/#operation/DeleteBucketsIDLabelsID) [GET `/api/v2/buckets/{bucketID}/members` List all users with member privileges for a bucket](/influxdb/cloud/api/buckets/#operation/GetBucketsIDMembers) [POST `/api/v2/buckets/{bucketID}/members` Add a member to a bucket](/influxdb/cloud/api/buckets/#operation/PostBucketsIDMembers) [DELETE `/api/v2/buckets/{bucketID}/members/{userID}` Remove a member from a bucket](/influxdb/cloud/api/buckets/#operation/DeleteBucketsIDMembersID) [GET `/api/v2/buckets/{bucketID}/owners` List all owners of a bucket](/influxdb/cloud/api/buckets/#operation/GetBucketsIDOwners) [POST `/api/v2/buckets/{bucketID}/owners` Add an owner to a bucket](/influxdb/cloud/api/buckets/#operation/PostBucketsIDOwners) [DELETE `/api/v2/buckets/{bucketID}/owners/{userID}` Remove an owner from a bucket](/influxdb/cloud/api/buckets/#operation/DeleteBucketsIDOwnersID) [GET `/api/v2/buckets/{bucketID}/schema/measurements` List measurement schemas of a bucket](/influxdb/cloud/api/bucket-schemas/#operation/getMeasurementSchemas) [POST `/api/v2/buckets/{bucketID}/schema/measurements` Create a measurement schema for a bucket](/influxdb/cloud/api/bucket-schemas/#operation/createMeasurementSchema) [GET `/api/v2/buckets/{bucketID}/schema/measurements/{measurementID}` Retrieve a measurement schema](/influxdb/cloud/api/bucket-schemas/#operation/getMeasurementSchema) [PATCH `/api/v2/buckets/{bucketID}/schema/measurements/{measurementID}` Update a measurement schema](/influxdb/cloud/api/bucket-schemas/#operation/updateMeasurementSchema) [GET `/api/v2/checks` List all checks](/influxdb/cloud/api/checks/#operation/GetChecks) [POST `/api/v2/checks` Add new check](/influxdb/cloud/api/checks/#operation/CreateCheck) [DELETE `/api/v2/checks/{checkID}` Delete a check](/influxdb/cloud/api/checks/#operation/DeleteChecksID) [GET `/api/v2/checks/{checkID}` Retrieve a check](/influxdb/cloud/api/checks/#operation/GetChecksID) [PATCH `/api/v2/checks/{checkID}` Update a check](/influxdb/cloud/api/checks/#operation/PatchChecksID) [PUT `/api/v2/checks/{checkID}` Update a check](/influxdb/cloud/api/checks/#operation/PutChecksID) [GET `/api/v2/checks/{checkID}/labels` List all labels for a check](/influxdb/cloud/api/checks/#operation/GetChecksIDLabels) [POST `/api/v2/checks/{checkID}/labels` Add a label to a check](/influxdb/cloud/api/checks/#operation/PostChecksIDLabels) [DELETE `/api/v2/checks/{checkID}/labels/{labelID}` Delete label from a check](/influxdb/cloud/api/checks/#operation/DeleteChecksIDLabelsID) [GET `/api/v2/checks/{checkID}/query` Retrieve a check query](/influxdb/cloud/api/checks/#operation/GetChecksIDQuery) [GET `/api/v2/dashboards` List dashboards](/influxdb/cloud/api/dashboards/#operation/GetDashboards) [POST `/api/v2/dashboards` Create a dashboard](/influxdb/cloud/api/dashboards/#operation/PostDashboards) [DELETE `/api/v2/dashboards/{dashboardID}` Delete a dashboard](/influxdb/cloud/api/dashboards/#operation/DeleteDashboardsID) [GET `/api/v2/dashboards/{dashboardID}` Retrieve a dashboard](/influxdb/cloud/api/dashboards/#operation/GetDashboardsID) [PATCH `/api/v2/dashboards/{dashboardID}` Update a dashboard](/influxdb/cloud/api/dashboards/#operation/PatchDashboardsID) [POST `/api/v2/dashboards/{dashboardID}/cells` Create a dashboard cell](/influxdb/cloud/api/cells/#operation/PostDashboardsIDCells) [POST `/api/v2/dashboards/{dashboardID}/cells` Create a dashboard cell](/influxdb/cloud/api/dashboards/#operation/PostDashboardsIDCells) [PUT `/api/v2/dashboards/{dashboardID}/cells` Replace cells in a dashboard](/influxdb/cloud/api/cells/#operation/PutDashboardsIDCells) [PUT `/api/v2/dashboards/{dashboardID}/cells` Replace cells in a dashboard](/influxdb/cloud/api/dashboards/#operation/PutDashboardsIDCells) [DELETE `/api/v2/dashboards/{dashboardID}/cells/{cellID}` Delete a dashboard cell](/influxdb/cloud/api/cells/#operation/DeleteDashboardsIDCellsID) [DELETE `/api/v2/dashboards/{dashboardID}/cells/{cellID}` Delete a dashboard cell](/influxdb/cloud/api/dashboards/#operation/DeleteDashboardsIDCellsID) [PATCH `/api/v2/dashboards/{dashboardID}/cells/{cellID}` Update the non-positional information related to a cell](/influxdb/cloud/api/cells/#operation/PatchDashboardsIDCellsID) [PATCH `/api/v2/dashboards/{dashboardID}/cells/{cellID}` Update the non-positional information related to a cell](/influxdb/cloud/api/dashboards/#operation/PatchDashboardsIDCellsID) [GET `/api/v2/dashboards/{dashboardID}/cells/{cellID}/view` Retrieve the view for a cell](/influxdb/cloud/api/cells/#operation/GetDashboardsIDCellsIDView) [GET `/api/v2/dashboards/{dashboardID}/cells/{cellID}/view` Retrieve the view for a cell](/influxdb/cloud/api/dashboards/#operation/GetDashboardsIDCellsIDView) [GET `/api/v2/dashboards/{dashboardID}/cells/{cellID}/view` Retrieve the view for a cell](/influxdb/cloud/api/views/#operation/GetDashboardsIDCellsIDView) [PATCH `/api/v2/dashboards/{dashboardID}/cells/{cellID}/view` Update the view for a cell](/influxdb/cloud/api/cells/#operation/PatchDashboardsIDCellsIDView) [PATCH `/api/v2/dashboards/{dashboardID}/cells/{cellID}/view` Update the view for a cell](/influxdb/cloud/api/dashboards/#operation/PatchDashboardsIDCellsIDView) [PATCH `/api/v2/dashboards/{dashboardID}/cells/{cellID}/view` Update the view for a cell](/influxdb/cloud/api/views/#operation/PatchDashboardsIDCellsIDView) [GET `/api/v2/dashboards/{dashboardID}/labels` List all labels for a dashboard](/influxdb/cloud/api/dashboards/#operation/GetDashboardsIDLabels) [POST `/api/v2/dashboards/{dashboardID}/labels` Add a label to a dashboard](/influxdb/cloud/api/dashboards/#operation/PostDashboardsIDLabels) [DELETE `/api/v2/dashboards/{dashboardID}/labels/{labelID}` Delete a label from a dashboard](/influxdb/cloud/api/dashboards/#operation/DeleteDashboardsIDLabelsID) [GET `/api/v2/dashboards/{dashboardID}/members` List all dashboard members](/influxdb/cloud/api/dashboards/#operation/GetDashboardsIDMembers) [POST `/api/v2/dashboards/{dashboardID}/members` Add a member to a dashboard](/influxdb/cloud/api/dashboards/#operation/PostDashboardsIDMembers) [DELETE `/api/v2/dashboards/{dashboardID}/members/{userID}` Remove a member from a dashboard](/influxdb/cloud/api/dashboards/#operation/DeleteDashboardsIDMembersID) [GET `/api/v2/dashboards/{dashboardID}/owners` List all dashboard owners](/influxdb/cloud/api/dashboards/#operation/GetDashboardsIDOwners) [POST `/api/v2/dashboards/{dashboardID}/owners` Add an owner to a dashboard](/influxdb/cloud/api/dashboards/#operation/PostDashboardsIDOwners) [DELETE `/api/v2/dashboards/{dashboardID}/owners/{userID}` Remove an owner from a dashboard](/influxdb/cloud/api/dashboards/#operation/DeleteDashboardsIDOwnersID) [GET `/api/v2/dbrps` List database retention policy mappings](/influxdb/cloud/api/dbrps/#operation/GetDBRPs) [POST `/api/v2/dbrps` Add a database retention policy mapping](/influxdb/cloud/api/dbrps/#operation/PostDBRP) [DELETE `/api/v2/dbrps/{dbrpID}` Delete a database retention policy](/influxdb/cloud/api/dbrps/#operation/DeleteDBRPID) [GET `/api/v2/dbrps/{dbrpID}` Retrieve a database retention policy mapping](/influxdb/cloud/api/dbrps/#operation/GetDBRPsID) [PATCH `/api/v2/dbrps/{dbrpID}` Update a database retention policy mapping](/influxdb/cloud/api/dbrps/#operation/PatchDBRPID) [POST `/api/v2/delete` Delete data](/influxdb/cloud/api/delete/#operation/PostDelete) [GET `/api/v2/flags` Retrieve feature flags](/influxdb/cloud/api/config/#operation/GetFlags) [GET `/api/v2/labels` List all labels](/influxdb/cloud/api/labels/#operation/GetLabels) [POST `/api/v2/labels` Create a label](/influxdb/cloud/api/labels/#operation/PostLabels) [DELETE `/api/v2/labels/{labelID}` Delete a label](/influxdb/cloud/api/labels/#operation/DeleteLabelsID) [GET `/api/v2/labels/{labelID}` Retrieve a label](/influxdb/cloud/api/labels/#operation/GetLabelsID) [PATCH `/api/v2/labels/{labelID}` Update a label](/influxdb/cloud/api/labels/#operation/PatchLabelsID) [GET `/api/v2/me` Retrieve the currently authenticated user](/influxdb/cloud/api/users/#operation/GetMe) [PUT `/api/v2/me/password` Update a password](/influxdb/cloud/api/users/#operation/PutMePassword) [GET `/api/v2/notificationEndpoints` List all notification endpoints](/influxdb/cloud/api/notificationendpoints/#operation/GetNotificationEndpoints) [POST `/api/v2/notificationEndpoints` Add a notification endpoint](/influxdb/cloud/api/notificationendpoints/#operation/CreateNotificationEndpoint) [DELETE `/api/v2/notificationEndpoints/{endpointID}` Delete a notification endpoint](/influxdb/cloud/api/notificationendpoints/#operation/DeleteNotificationEndpointsID) [GET `/api/v2/notificationEndpoints/{endpointID}` Retrieve a notification endpoint](/influxdb/cloud/api/notificationendpoints/#operation/GetNotificationEndpointsID) [PATCH `/api/v2/notificationEndpoints/{endpointID}` Update a notification endpoint](/influxdb/cloud/api/notificationendpoints/#operation/PatchNotificationEndpointsID) [PUT `/api/v2/notificationEndpoints/{endpointID}` Update a notification endpoint](/influxdb/cloud/api/notificationendpoints/#operation/PutNotificationEndpointsID) [GET `/api/v2/notificationEndpoints/{endpointID}/labels` List all labels for a notification endpoint](/influxdb/cloud/api/notificationendpoints/#operation/GetNotificationEndpointsIDLabels) [POST `/api/v2/notificationEndpoints/{endpointID}/labels` Add a label to a notification endpoint](/influxdb/cloud/api/notificationendpoints/#operation/PostNotificationEndpointIDLabels) [DELETE `/api/v2/notificationEndpoints/{endpointID}/labels/{labelID}` Delete a label from a notification endpoint](/influxdb/cloud/api/notificationendpoints/#operation/DeleteNotificationEndpointsIDLabelsID) [GET `/api/v2/notificationRules` List all notification rules](/influxdb/cloud/api/notificationrules/#operation/GetNotificationRules) [POST `/api/v2/notificationRules` Add a notification rule](/influxdb/cloud/api/notificationrules/#operation/CreateNotificationRule) [DELETE `/api/v2/notificationRules/{ruleID}` Delete a notification rule](/influxdb/cloud/api/notificationrules/#operation/DeleteNotificationRulesID) [GET `/api/v2/notificationRules/{ruleID}` Retrieve a notification rule](/influxdb/cloud/api/notificationrules/#operation/GetNotificationRulesID) [PATCH `/api/v2/notificationRules/{ruleID}` Update a notification rule](/influxdb/cloud/api/notificationrules/#operation/PatchNotificationRulesID) [PUT `/api/v2/notificationRules/{ruleID}` Update a notification rule](/influxdb/cloud/api/notificationrules/#operation/PutNotificationRulesID) [GET `/api/v2/notificationRules/{ruleID}/labels` List all labels for a notification rule](/influxdb/cloud/api/notificationrules/#operation/GetNotificationRulesIDLabels) [POST `/api/v2/notificationRules/{ruleID}/labels` Add a label to a notification rule](/influxdb/cloud/api/notificationrules/#operation/PostNotificationRuleIDLabels) [DELETE `/api/v2/notificationRules/{ruleID}/labels/{labelID}` Delete label from a notification rule](/influxdb/cloud/api/notificationrules/#operation/DeleteNotificationRulesIDLabelsID) [GET `/api/v2/notificationRules/{ruleID}/query` Retrieve a notification rule query](/influxdb/cloud/api/rules/#operation/GetNotificationRulesIDQuery) [GET `/api/v2/orgs` List organizations](/influxdb/cloud/api/organizations/#operation/GetOrgs) [GET `/api/v2/orgs` List organizations](/influxdb/cloud/api/security-and-access-endpoints/#operation/GetOrgs) [POST `/api/v2/orgs` Create an organization](/influxdb/cloud/api/organizations/#operation/PostOrgs) [DELETE `/api/v2/orgs/{orgID}` Delete an organization](/influxdb/cloud/api/organizations/#operation/DeleteOrgsID) [GET `/api/v2/orgs/{orgID}` Retrieve an organization](/influxdb/cloud/api/organizations/#operation/GetOrgsID) [GET `/api/v2/orgs/{orgID}` Retrieve an organization](/influxdb/cloud/api/security-and-access-endpoints/#operation/GetOrgsID) [PATCH `/api/v2/orgs/{orgID}` Update an organization](/influxdb/cloud/api/organizations/#operation/PatchOrgsID) [GET `/api/v2/orgs/{orgID}/limits` Retrieve limits for an organization](/influxdb/cloud/api/limits/#operation/GetOrgLimitsID) [GET `/api/v2/orgs/{orgID}/members` List all members of an organization](/influxdb/cloud/api/organizations/#operation/GetOrgsIDMembers) [GET `/api/v2/orgs/{orgID}/members` List all members of an organization](/influxdb/cloud/api/security-and-access-endpoints/#operation/GetOrgsIDMembers) [POST `/api/v2/orgs/{orgID}/members` Add a member to an organization](/influxdb/cloud/api/organizations/#operation/PostOrgsIDMembers) [DELETE `/api/v2/orgs/{orgID}/members/{userID}` Remove a member from an organization](/influxdb/cloud/api/organizations/#operation/DeleteOrgsIDMembersID) [DELETE `/api/v2/orgs/{orgID}/members/{userID}` Remove a member from an organization](/influxdb/cloud/api/security-and-access-endpoints/#operation/DeleteOrgsIDMembersID) [GET `/api/v2/orgs/{orgID}/owners` List all owners of an organization](/influxdb/cloud/api/organizations/#operation/GetOrgsIDOwners) [GET `/api/v2/orgs/{orgID}/owners` List all owners of an organization](/influxdb/cloud/api/security-and-access-endpoints/#operation/GetOrgsIDOwners) [POST `/api/v2/orgs/{orgID}/owners` Add an owner to an organization](/influxdb/cloud/api/organizations/#operation/PostOrgsIDOwners) [DELETE `/api/v2/orgs/{orgID}/owners/{userID}` Remove an owner from an organization](/influxdb/cloud/api/organizations/#operation/DeleteOrgsIDOwnersID) [DELETE `/api/v2/orgs/{orgID}/owners/{userID}` Remove an owner from an organization](/influxdb/cloud/api/security-and-access-endpoints/#operation/DeleteOrgsIDOwnersID) [GET `/api/v2/orgs/{orgID}/secrets` List all secret keys for an organization](/influxdb/cloud/api/secrets/#operation/GetOrgsIDSecrets) [GET `/api/v2/orgs/{orgID}/secrets` List all secret keys for an organization](/influxdb/cloud/api/security-and-access-endpoints/#operation/GetOrgsIDSecrets) [PATCH `/api/v2/orgs/{orgID}/secrets` Update secrets in an organization](/influxdb/cloud/api/secrets/#operation/PatchOrgsIDSecrets) [DELETE `/api/v2/orgs/{orgID}/secrets/{secretID}` Delete a secret from an organization](/influxdb/cloud/api/secrets/#operation/DeleteOrgsIDSecretsID) [DELETE `/api/v2/orgs/{orgID}/secrets/{secretID}` Delete a secret from an organization](/influxdb/cloud/api/security-and-access-endpoints/#operation/DeleteOrgsIDSecretsID) [POST `/api/v2/orgs/{orgID}/secrets/delete` Delete secrets from an organization](/influxdb/cloud/api/secrets/#operation/PostOrgsIDSecrets) [POST `/api/v2/orgs/{orgID}/secrets/delete` Delete secrets from an organization](/influxdb/cloud/api/security-and-access-endpoints/#operation/PostOrgsIDSecrets) [GET `/api/v2/orgs/{orgID}/usage` Retrieve usage for an organization](/influxdb/cloud/api/usage/#operation/GetOrgUsageID) [POST `/api/v2/query` Query data](/influxdb/cloud/api/query-data/#operation/PostQuery) [POST `/api/v2/query/analyze` Analyze a Flux query](/influxdb/cloud/api/query-data/#operation/PostQueryAnalyze) [POST `/api/v2/query/ast` Generate a query Abstract Syntax Tree (AST)](/influxdb/cloud/api/query-data/#operation/PostQueryAst) [GET `/api/v2/query/suggestions` List Flux query suggestions](/influxdb/cloud/api/query-data/#operation/GetQuerySuggestions) [GET `/api/v2/query/suggestions/{name}` Retrieve a query suggestion for a branching suggestion](/influxdb/cloud/api/query-data/#operation/GetQuerySuggestionsName) [GET `/api/v2/resources` List all known resources](/influxdb/cloud/api/resources/#operation/GetResources) [GET `/api/v2/resources` List all known resources](/influxdb/cloud/api/system-information-endpoints/#operation/GetResources) [GET `/api/v2/scripts` List scripts](/influxdb/cloud/api/invokable-scripts/#operation/GetScripts) [POST `/api/v2/scripts` Create a script](/influxdb/cloud/api/invokable-scripts/#operation/PostScripts) [DELETE `/api/v2/scripts/{scriptID}` Delete a script](/influxdb/cloud/api/invokable-scripts/#operation/DeleteScriptsID) [GET `/api/v2/scripts/{scriptID}` Retrieve a script](/influxdb/cloud/api/invokable-scripts/#operation/GetScriptsID) [PATCH `/api/v2/scripts/{scriptID}` Update a script](/influxdb/cloud/api/invokable-scripts/#operation/PatchScriptsID) [POST `/api/v2/scripts/{scriptID}/invoke` Invoke a script](/influxdb/cloud/api/invokable-scripts/#operation/PostScriptsIDInvoke) [GET `/api/v2/scripts/{scriptID}/params` Find script parameters.](/influxdb/cloud/api/invokable-scripts/#operation/GetScriptsIDParams) [GET `/api/v2/setup` Retrieve setup status](/influxdb/cloud/api/setup/#operation/GetSetup) [POST `/api/v2/setup` Create an initial user, organization, and bucket](/influxdb/cloud/api/setup/#operation/PostSetup) [POST `/api/v2/setup/user` Create a new user, organization, and bucket](/influxdb/cloud/api/setup/#operation/PostSetupUser) [POST `/api/v2/signin` Create a user session.](/influxdb/cloud/api/security-and-access-endpoints/#operation/PostSignin) [POST `/api/v2/signin` Create a user session.](/influxdb/cloud/api/signin/#operation/PostSignin) [POST `/api/v2/signout` Expire a user session](/influxdb/cloud/api/security-and-access-endpoints/#operation/PostSignout) [POST `/api/v2/signout` Expire a user session](/influxdb/cloud/api/signout/#operation/PostSignout) [GET `/api/v2/stacks` List installed stacks](/influxdb/cloud/api/templates/#operation/ListStacks) [POST `/api/v2/stacks` Create a stack](/influxdb/cloud/api/templates/#operation/CreateStack) [DELETE `/api/v2/stacks/{stack_id}` Delete a stack and associated resources](/influxdb/cloud/api/templates/#operation/DeleteStack) [GET `/api/v2/stacks/{stack_id}` Retrieve a stack](/influxdb/cloud/api/templates/#operation/ReadStack) [PATCH `/api/v2/stacks/{stack_id}` Update a stack](/influxdb/cloud/api/templates/#operation/UpdateStack) [POST `/api/v2/stacks/{stack_id}/uninstall` Uninstall a stack](/influxdb/cloud/api/templates/#operation/UninstallStack) [GET `/api/v2/tasks` List all tasks](/influxdb/cloud/api/tasks/#operation/GetTasks) [POST `/api/v2/tasks` Create a task](/influxdb/cloud/api/tasks/#operation/PostTasks) [DELETE `/api/v2/tasks/{taskID}` Delete a task](/influxdb/cloud/api/tasks/#operation/DeleteTasksID) [GET `/api/v2/tasks/{taskID}` Retrieve a task](/influxdb/cloud/api/tasks/#operation/GetTasksID) [PATCH `/api/v2/tasks/{taskID}` Update a task](/influxdb/cloud/api/tasks/#operation/PatchTasksID) [GET `/api/v2/tasks/{taskID}/labels` List labels for a task](/influxdb/cloud/api/tasks/#operation/GetTasksIDLabels) [POST `/api/v2/tasks/{taskID}/labels` Add a label to a task](/influxdb/cloud/api/tasks/#operation/PostTasksIDLabels) [DELETE `/api/v2/tasks/{taskID}/labels/{labelID}` Delete a label from a task](/influxdb/cloud/api/tasks/#operation/DeleteTasksIDLabelsID) [GET `/api/v2/tasks/{taskID}/logs` Retrieve all logs for a task](/influxdb/cloud/api/tasks/#operation/GetTasksIDLogs) [GET `/api/v2/tasks/{taskID}/members` List all task members](/influxdb/cloud/api/tasks/#operation/GetTasksIDMembers) [POST `/api/v2/tasks/{taskID}/members` Add a member to a task](/influxdb/cloud/api/tasks/#operation/PostTasksIDMembers) [DELETE `/api/v2/tasks/{taskID}/members/{userID}` Remove a member from a task](/influxdb/cloud/api/tasks/#operation/DeleteTasksIDMembersID) [GET `/api/v2/tasks/{taskID}/owners` List all owners of a task](/influxdb/cloud/api/tasks/#operation/GetTasksIDOwners) [POST `/api/v2/tasks/{taskID}/owners` Add an owner for a task](/influxdb/cloud/api/tasks/#operation/PostTasksIDOwners) [DELETE `/api/v2/tasks/{taskID}/owners/{userID}` Remove an owner from a task](/influxdb/cloud/api/tasks/#operation/DeleteTasksIDOwnersID) [GET `/api/v2/tasks/{taskID}/runs` List runs for a task](/influxdb/cloud/api/tasks/#operation/GetTasksIDRuns) [POST `/api/v2/tasks/{taskID}/runs` Start a task run, overriding the schedule](/influxdb/cloud/api/tasks/#operation/PostTasksIDRuns) [DELETE `/api/v2/tasks/{taskID}/runs/{runID}` Cancel a running task](/influxdb/cloud/api/tasks/#operation/DeleteTasksIDRunsID) [GET `/api/v2/tasks/{taskID}/runs/{runID}` Retrieve a run for a task.](/influxdb/cloud/api/tasks/#operation/GetTasksIDRunsID) [GET `/api/v2/tasks/{taskID}/runs/{runID}/logs` Retrieve all logs for a run](/influxdb/cloud/api/tasks/#operation/GetTasksIDRunsIDLogs) [POST `/api/v2/tasks/{taskID}/runs/{runID}/retry` Retry a task run](/influxdb/cloud/api/tasks/#operation/PostTasksIDRunsIDRetry) [GET `/api/v2/telegraf/plugins` List all Telegraf plugins](/influxdb/cloud/api/telegraf-plugins/#operation/GetTelegrafPlugins) [GET `/api/v2/telegrafs` List all Telegraf configurations](/influxdb/cloud/api/telegrafs/#operation/GetTelegrafs) [POST `/api/v2/telegrafs` Create a Telegraf configuration](/influxdb/cloud/api/telegrafs/#operation/PostTelegrafs) [DELETE `/api/v2/telegrafs/{telegrafID}` Delete a Telegraf configuration](/influxdb/cloud/api/telegrafs/#operation/DeleteTelegrafsID) [GET `/api/v2/telegrafs/{telegrafID}` Retrieve a Telegraf configuration](/influxdb/cloud/api/telegrafs/#operation/GetTelegrafsID) [PUT `/api/v2/telegrafs/{telegrafID}` Update a Telegraf configuration](/influxdb/cloud/api/telegrafs/#operation/PutTelegrafsID) [GET `/api/v2/telegrafs/{telegrafID}/labels` List all labels for a Telegraf config](/influxdb/cloud/api/telegrafs/#operation/GetTelegrafsIDLabels) [POST `/api/v2/telegrafs/{telegrafID}/labels` Add a label to a Telegraf config](/influxdb/cloud/api/telegrafs/#operation/PostTelegrafsIDLabels) [DELETE `/api/v2/telegrafs/{telegrafID}/labels/{labelID}` Delete a label from a Telegraf config](/influxdb/cloud/api/telegrafs/#operation/DeleteTelegrafsIDLabelsID) [GET `/api/v2/telegrafs/{telegrafID}/members` List all users with member privileges for a Telegraf config](/influxdb/cloud/api/telegrafs/#operation/GetTelegrafsIDMembers) [POST `/api/v2/telegrafs/{telegrafID}/members` Add a member to a Telegraf config](/influxdb/cloud/api/telegrafs/#operation/PostTelegrafsIDMembers) [DELETE `/api/v2/telegrafs/{telegrafID}/members/{userID}` Remove a member from a Telegraf config](/influxdb/cloud/api/telegrafs/#operation/DeleteTelegrafsIDMembersID) [GET `/api/v2/telegrafs/{telegrafID}/owners` List all owners of a Telegraf configuration](/influxdb/cloud/api/telegrafs/#operation/GetTelegrafsIDOwners) [POST `/api/v2/telegrafs/{telegrafID}/owners` Add an owner to a Telegraf configuration](/influxdb/cloud/api/telegrafs/#operation/PostTelegrafsIDOwners) [DELETE `/api/v2/telegrafs/{telegrafID}/owners/{userID}` Remove an owner from a Telegraf config](/influxdb/cloud/api/telegrafs/#operation/DeleteTelegrafsIDOwnersID) [POST `/api/v2/templates/apply` Apply or dry-run a template](/influxdb/cloud/api/templates/#operation/ApplyTemplate) [POST `/api/v2/templates/export` Export a new template](/influxdb/cloud/api/templates/#operation/ExportTemplate) [GET `/api/v2/users` List users](/influxdb/cloud/api/security-and-access-endpoints/#operation/GetUsers) [GET `/api/v2/users` List users](/influxdb/cloud/api/users/#operation/GetUsers) [POST `/api/v2/users` Create a user](/influxdb/cloud/api/users/#operation/PostUsers) [DELETE `/api/v2/users/{userID}` Delete a user](/influxdb/cloud/api/users/#operation/DeleteUsersID) [GET `/api/v2/users/{userID}` Retrieve a user](/influxdb/cloud/api/users/#operation/GetUsersID) [PATCH `/api/v2/users/{userID}` Update a user](/influxdb/cloud/api/users/#operation/PatchUsersID) [POST `/api/v2/users/{userID}/password` Update a password](/influxdb/cloud/api/security-and-access-endpoints/#operation/PostUsersIDPassword) [POST `/api/v2/users/{userID}/password` Update a password](/influxdb/cloud/api/users/#operation/PostUsersIDPassword) [PUT `/api/v2/users/{userID}/password` Update a password](/influxdb/cloud/api/security-and-access-endpoints/#operation/PutUsersIDPassword) [PUT `/api/v2/users/{userID}/password` Update a password](/influxdb/cloud/api/users/#operation/PutUsersIDPassword) [GET `/api/v2/variables` List all variables](/influxdb/cloud/api/variables/#operation/GetVariables) [POST `/api/v2/variables` Create a variable](/influxdb/cloud/api/variables/#operation/PostVariables) [DELETE `/api/v2/variables/{variableID}` Delete a variable](/influxdb/cloud/api/variables/#operation/DeleteVariablesID) [GET `/api/v2/variables/{variableID}` Retrieve a variable](/influxdb/cloud/api/variables/#operation/GetVariablesID) [PATCH `/api/v2/variables/{variableID}` Update a variable](/influxdb/cloud/api/variables/#operation/PatchVariablesID) [PUT `/api/v2/variables/{variableID}` Replace a variable](/influxdb/cloud/api/variables/#operation/PutVariablesID) [GET `/api/v2/variables/{variableID}/labels` List all labels for a variable](/influxdb/cloud/api/variables/#operation/GetVariablesIDLabels) [POST `/api/v2/variables/{variableID}/labels` Add a label to a variable](/influxdb/cloud/api/variables/#operation/PostVariablesIDLabels) [DELETE `/api/v2/variables/{variableID}/labels/{labelID}` Delete a label from a variable](/influxdb/cloud/api/variables/#operation/DeleteVariablesIDLabelsID) [POST `/api/v2/write` Write data](/influxdb/cloud/api/write-data/#operation/PostWrite)

## v1-compatible API

[GET `/ping` Get the status of the instance](/influxdb/cloud/api/ping/#operation/GetPing) [GET `/ping` Get the status of the instance](/influxdb/cloud/api/system-information-endpoints/#operation/GetPing) [HEAD `/ping` Get the status of the instance](/influxdb/cloud/api/ping/#operation/HeadPing) [GET `/query` Query with the 1.x compatibility API](/influxdb/cloud/api/legacy-query/#operation/GetLegacyQuery) [POST `/write` Write time series data into InfluxDB in a V1-compatible format](/influxdb/cloud/api/legacy-write/#operation/PostLegacyWrite)

## Management API

[GET `/legacy/authorizations` List all legacy authorizations](/influxdb/cloud/api/legacy-authorizations/#operation/GetLegacyAuthorizations) [POST `/legacy/authorizations` Create a legacy authorization](/influxdb/cloud/api/legacy-authorizations/#operation/PostLegacyAuthorizations) [DELETE `/legacy/authorizations/{authID}` Delete a legacy authorization](/influxdb/cloud/api/legacy-authorizations/#operation/DeleteLegacyAuthorizationsID) [GET `/legacy/authorizations/{authID}` Retrieve a legacy authorization](/influxdb/cloud/api/legacy-authorizations/#operation/GetLegacyAuthorizationsID) [PATCH `/legacy/authorizations/{authID}` Update a legacy authorization to be active or inactive](/influxdb/cloud/api/legacy-authorizations/#operation/PatchLegacyAuthorizationsID) [POST `/legacy/authorizations/{authID}/password` Set a legacy authorization password](/influxdb/cloud/api/legacy-authorizations/#operation/PostLegacyAuthorizationsIDPassword)
