list_cloud_sql_instances
Retrieve a list of Cloud SQL instances within a specified GCP project using this tool. It simplifies database instance management by providing an organized overview of your SQL resources for efficient project monitoring and administration.
Instructions
List Cloud SQL instances in a GCP project.
Args:
project_id: The ID of the GCP project to list Cloud SQL instances for
Returns:
List of Cloud SQL instances in the specified GCP project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"title": "list_cloud_sql_instancesArguments",
"type": "object"
}