/v2/projects/{project_id}/snapshots/{snapshot_id}/restore ------------------------------------------------------------------------------------------------------------------------------------------ .. contents:: POST /v2/projects/**{project_id}**/snapshots/**{snapshot_id}**/restore ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Restore a snapshot from disk Parameters ********** - **snapshot_id**: Snasphot UUID - **project_id**: Project UUID Response status codes ********************** - **201**: The snapshot has been restored - **404**: The project or snapshot doesn't exist Output ******* .. raw:: html
| Name | Mandatory | Type | Description |
|---|---|---|---|
| filename | ['string', 'null'] | Project filename | |
| name | ['string', 'null'] | Project name | |
| path | ['string', 'null'] | Project directory | |
| project_id | ✔ | string | Project UUID |
| status | enum | Possible values: opened, closed |