You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/cloudsql-postgres-admin/SKILL.md
+11-50Lines changed: 11 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: cloudsql-postgres-admin
3
-
descfgfg∂ription: skill for performing administrative operations on cloudsql postgres
3
+
description: skill for performing administrative operations on cloudsql postgres
4
4
---
5
5
6
6
## Usage
@@ -15,7 +15,6 @@ All scripts can be executed using Node.js. Replace `<param_name>` and `<param_va
15
15
16
16
## Scripts
17
17
18
-
19
18
### clone_instance
20
19
21
20
Clone an existing Cloud SQL instance into a new instance. The clone can be a direct copy of the source instance, or a point-in-time-recovery (PITR) clone from a specific timestamp. The call returns a Cloud SQL Operation object. Call wait_for_operation tool after this, make sure to use multiplier as 4 to poll the opertation status till it is marked DONE.
@@ -51,10 +50,7 @@ Clone an existing Cloud SQL instance into a new instance. The clone can be a dir
0 commit comments