bigtable-delete-cluster

The “bigtable-delete-cluster” tool allows you to delete a bigtable cluster.

About

Delete a Bigtable cluster.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Bigtable Source

Parameters

bigtable-delete-cluster accepts the following parameters:

  • instance_id (string): The ID of the instance
  • cluster_id (string): The ID of the cluster

Example

kind: tool
name: bigtable_delete_cluster
type: bigtable-delete-cluster
source: my-bigtable-source
description: Delete a Bigtable cluster.

Reference

fieldtyperequireddescription
typestringtrueMust be bigtable-delete-cluster.
sourcestringtrueName of the source to execute on.
descriptionstringfalseDescription of the tool that is passed to the LLM.