InfluxDB · Capability
Complete InfluxDB Cloud API — Templates
Complete InfluxDB Cloud API — Templates. 8 operations. Lead operation: List installed stacks. Self-contained Naftiko capability covering one Influxdb business surface.
What You Can Do
GET
Liststacks
— List installed stacks
/v1/api/v2/stacks
POST
Createstack
— Create a stack
/v1/api/v2/stacks
DELETE
Deletestack
— Delete a stack and associated resources
/v1/api/v2/stacks/{stack-id}
GET
Readstack
— Retrieve a stack
/v1/api/v2/stacks/{stack-id}
PATCH
Updatestack
— Update a stack
/v1/api/v2/stacks/{stack-id}
POST
Uninstallstack
— Uninstall a stack
/v1/api/v2/stacks/{stack-id}/uninstall
POST
Applytemplate
— Apply or dry-run a template
/v1/api/v2/templates/apply
POST
Exporttemplate
— Export a new template
/v1/api/v2/templates/export
MCP Tools
list-installed-stacks
List installed stacks
read-only
idempotent
create-stack
Create a stack
delete-stack-and-associated-resources
Delete a stack and associated resources
idempotent
retrieve-stack
Retrieve a stack
read-only
idempotent
update-stack
Update a stack
idempotent
uninstall-stack
Uninstall a stack
apply-dry-run-template
Apply or dry-run a template
export-new-template
Export a new template