Restore an archived object.
POST/objects/:objectId/restore
Restore an archived object from cold storage. Objects in the ARCHIVED state must be restored before their content can be downloaded. This operation requires an API key with edit access to objects; a read-only or download-only key returns a 403. Restore is asynchronous: it does not complete immediately and can take several hours (up to 24 hours) for the object to become AVAILABLE. A restored copy is temporary and is removed after the number of days set by expirationDays.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- default
The restore request was accepted.
The received request was malformed resulting in form validation errors.
Unauthorized: Invalid or no authentication details were provided.
The authentication was successful, but the authenticated user does not have access to the resource.
The requested resource was not found.
This method is not allowed or a validation exception has occurred.
An internal server error has occurred. Please contact your 8x8 support resource.