create_backup
Create a Cloud SQL instance backup by specifying project ID and instance ID. Optionally add a description for the backup.
Instructions
Create a backup for a Cloud SQL instance.
Args:
project_id: The ID of the GCP project
instance_id: The ID of the Cloud SQL instance
description: Optional description for the backup
Returns:
Result of the backup operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| description | No | ||
| instance_id | Yes |