Back to Genai Toolbox

bigtable-update-cluster

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

1.9.0887 B
Original Source

About

Update the number of nodes in a Bigtable cluster.

Compatible Sources

{{< compatible-sources >}}

Parameters

bigtable-update-cluster accepts the following parameters:

  • instance_id (string): The ID of the instance
  • cluster_id (string): The ID of the cluster
  • serve_nodes (integer): The new number of nodes to allocate

Example

yaml
kind: tool
name: bigtable_update_cluster
type: bigtable-update-cluster
source: my-bigtable-source
description: Update the number of nodes in a Bigtable cluster.

Reference

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