Back to Genai Toolbox

bigtable-delete-table

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

1.9.0715 B
Original Source

About

Delete a Bigtable table.

Compatible Sources

{{< compatible-sources >}}

Parameters

bigtable-delete-table accepts the following parameters:

  • table_id (string): The ID of the table to delete

Example

yaml
kind: tool
name: bigtable_delete_table
type: bigtable-delete-table
source: my-bigtable-source
description: Delete a Bigtable table.

Reference

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