Create database restore
laravel_cloud_create_database_restoreRestore a database cluster from a point in time or snapshot into a new database. Provide the cluster ID and new database name.
Instructions
Restore a database cluster from a point in time or snapshot into a new database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new database created from the restore. | |
| database | Yes | Database cluster ID. | |
| restore_time | No | Point in time to restore to (ISO 8601). Must not be used with database_snapshot_id. | |
| database_snapshot_id | No | Snapshot ID to restore from. |