Back to Genai Toolbox

bigtable-delete-cluster

docs/en/integrations/bigtable/tools/bigtable-delete-cluster.md

1.9.0774 B
Original Source

About

Delete a Bigtable cluster.

Compatible Sources

{{< compatible-sources >}}

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

yaml
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.