---
title: "Put restore info"
method: PUT
path: "/v2/restores/info/{id}"
tags: ["Restores"]
---

# Put restore info

`PUT /v2/restores/info/{id}`

Add information about a restore

## Path parameters

- `id` string, uuid, required

## Request body

- RestoreInfo
  - `error` string, nullable
  - `profiling` unknown
  - `total_duration` integer, nullable
  - `total_io` integer, nullable

## Response `200`

Successfully updated restore info and returns ID

## Other responses

- `500` — Failed to execute request against database

---

[API](https://skmtc.dev/cedana/apis/cedana-api.md) · [All operations](https://skmtc.dev/cedana/apis/cedana-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cedana/cedana-api/revisions/f1a3fa319485/schema)
