InfluxDB · Capability
Complete InfluxDB Cloud API — Dashboards
Complete InfluxDB Cloud API — Dashboards. 20 operations. Lead operation: List dashboards. Self-contained Naftiko capability covering one Influxdb business surface.
What You Can Do
GET
Getdashboards
— List dashboards
/v1/api/v2/dashboards
POST
Postdashboards
— Create a dashboard
/v1/api/v2/dashboards
DELETE
Deletedashboardsid
— Delete a dashboard
/v1/api/v2/dashboards/{dashboardid}
GET
Getdashboardsid
— Retrieve a dashboard
/v1/api/v2/dashboards/{dashboardid}
PATCH
Patchdashboardsid
— Update a dashboard
/v1/api/v2/dashboards/{dashboardid}
POST
Postdashboardsidcells
— Create a dashboard cell
/v1/api/v2/dashboards/{dashboardid}/cells
PUT
Putdashboardsidcells
— Replace cells in a dashboard
/v1/api/v2/dashboards/{dashboardid}/cells
DELETE
Deletedashboardsidcellsid
— Delete a dashboard cell
/v1/api/v2/dashboards/{dashboardid}/cells/{cellid}
PATCH
Patchdashboardsidcellsid
— Update the non-positional information related to a cell
/v1/api/v2/dashboards/{dashboardid}/cells/{cellid}
GET
Getdashboardsidcellsidview
— Retrieve the view for a cell
/v1/api/v2/dashboards/{dashboardid}/cells/{cellid}/view
PATCH
Patchdashboardsidcellsidview
— Update the view for a cell
/v1/api/v2/dashboards/{dashboardid}/cells/{cellid}/view
GET
Getdashboardsidlabels
— List all labels for a dashboard
/v1/api/v2/dashboards/{dashboardid}/labels
POST
Postdashboardsidlabels
— Add a label to a dashboard
/v1/api/v2/dashboards/{dashboardid}/labels
DELETE
Deletedashboardsidlabelsid
— Delete a label from a dashboard
/v1/api/v2/dashboards/{dashboardid}/labels/{labelid}
GET
Getdashboardsidmembers
— List all dashboard members
/v1/api/v2/dashboards/{dashboardid}/members
POST
Postdashboardsidmembers
— Add a member to a dashboard
/v1/api/v2/dashboards/{dashboardid}/members
DELETE
Deletedashboardsidmembersid
— Remove a member from a dashboard
/v1/api/v2/dashboards/{dashboardid}/members/{userid}
GET
Getdashboardsidowners
— List all dashboard owners
/v1/api/v2/dashboards/{dashboardid}/owners
POST
Postdashboardsidowners
— Add an owner to a dashboard
/v1/api/v2/dashboards/{dashboardid}/owners
DELETE
Deletedashboardsidownersid
— Remove an owner from a dashboard
/v1/api/v2/dashboards/{dashboardid}/owners/{userid}
MCP Tools
list-dashboards
List dashboards
read-only
idempotent
create-dashboard
Create a dashboard
delete-dashboard
Delete a dashboard
idempotent
retrieve-dashboard
Retrieve a dashboard
read-only
idempotent
update-dashboard
Update a dashboard
idempotent
create-dashboard-cell
Create a dashboard cell
replace-cells-dashboard
Replace cells in a dashboard
idempotent
delete-dashboard-cell
Delete a dashboard cell
idempotent
update-non-positional-information-related
Update the non-positional information related to a cell
idempotent
retrieve-view-cell
Retrieve the view for a cell
read-only
idempotent
update-view-cell
Update the view for a cell
idempotent
list-all-labels-dashboard
List all labels for a dashboard
read-only
idempotent
add-label-dashboard
Add a label to a dashboard
delete-label-dashboard
Delete a label from a dashboard
idempotent
list-all-dashboard-members
List all dashboard members
read-only
idempotent
add-member-dashboard
Add a member to a dashboard
remove-member-dashboard
Remove a member from a dashboard
idempotent
list-all-dashboard-owners
List all dashboard owners
read-only
idempotent
add-owner-dashboard
Add an owner to a dashboard
remove-owner-dashboard
Remove an owner from a dashboard
idempotent