db_fork_database
Duplicate an existing database by forking it. Provide source database ID, label, region, and plan to create a new independent copy, optionally within a VPC.
Instructions
Fork a database to create a copy.
Args: database_id: The source database ID or label label: Label for the forked database region: Region for the new database plan: Plan ID for the new database vpc_id: VPC ID for the new database
Returns: Information about the forked database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | ||
| label | Yes | ||
| region | Yes | ||
| vpc_id | No | ||
| database_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||