---
title: "Restore Object from archival storage."
method: POST
path: "/{bucketName}/{Object}"
tags: ["Backup"]
---

# Restore Object from archival storage.

`POST /{bucketName}/{Object}`

## Request body

- RestoreObject — Restore object request
  - `tier` string — the retrieval option when restoring an archived object. This is cloud vendor specific.
  - `days` integer — The Days element is required for regular restore. Required for restoring archived object.

## Response `200`

Successful restoration of Object initiated

## Other responses

- `403` — Forbidden; Access Denied, InvalidAccessKey, SignatureDoesNotMatch, RestoreFailed
- `404` — Not Found i.e. No Such Bucket
- `409` — Restoration of object is already in porgress

## Changes

> 33 revisions in range; 3 not diffed, 1 could not be searched.

- **2021-06-28** `2db9218f63fa` — 1 breaking
  - the `days` request property type/format changed from `int`/`` to `integer`/``
- **2018-10-29** `50fa096a3906` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api/changes/:bucketName/:Object/post.md)

---

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