---
title: "POST /v1/{+name}:restore"
method: POST
path: "/v1/{+name}:restore"
tags: ["projects"]
---

# POST /v1/{+name}:restore

`POST /v1/{+name}:restore`

Restore files from a backup to a volume.

## Path parameters

- `name` string, required

## Request body

- RestoreBackupFilesRequest — RestoreBackupFilesRequest restores files from a backup to a volume.
  - `restoreDestinationPath` string — Optional. Absolute directory path in the destination volume. This is required if the `file_list` is provided.
  - `backup` string — Required. The backup resource name, in the format `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}`
  - `fileList` string[] — Required. List of files to be restored, specified by their absolute path in the source volume.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/netapp.md) · [All operations](https://skmtc.net/google/apis/netapp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/netapp/revisions/fa9ebea9e9dc/schema)
