restore_from_backup
Restore a database from a backup to a new instance by specifying source database, backup label, and configuration for the restored database.
Instructions
Restore a database from a backup to a new instance.
Args: database_id: The source database ID or label backup_label: The backup label/timestamp to restore from database_label: Label for the new restored database plan: Plan ID for the new database region: Region for the new database vpc_id: VPC ID for the new database
Returns: Information about the restoration process
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backup_label | Yes | ||
| database_id | Yes | ||
| database_label | Yes | ||
| plan | Yes | ||
| region | Yes | ||
| vpc_id | No |