Files
genai-toolbox/docs/en/resources/tools/cloudsql/cloudsqlcreatedatabase.md
Yuan Teoh 48bd1da647 chore: update docs and root test (#2362)
Update docs and `cmd/root_test.go`.
2026-01-26 19:43:46 -08:00

1.5 KiB

title, type, weight, description
title type weight description
cloud-sql-create-database docs 10 Create a new database in a Cloud SQL instance.

The cloud-sql-create-database tool creates a new database in a specified Cloud SQL instance.

{{< notice info >}} This tool uses a source of type cloud-sql-admin. {{< /notice >}}

Example

kind: tools
name: create-cloud-sql-database
type: cloud-sql-create-database
source: my-cloud-sql-admin-source
description: "Creates a new database in a Cloud SQL instance."

Reference

field type required description
type string true Must be "cloud-sql-create-database".
source string true The name of the cloud-sql-admin source to use.
description string false A description of the tool.

Input Parameters

parameter type required description
project string true The project ID.
instance string true The ID of the instance where the database will be created.
name string true The name for the new database. Must be unique within the instance.