bigtable-update-cluster

The “bigtable-update-cluster” tool allows you to update the number of nodes in a bigtable cluster.

About

Update the number of nodes in a Bigtable cluster.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Bigtable Source

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

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.