Delete restored OpenSearch snapshot index
DELETE/sites/:siteId/opensearch/snapshots/:snapshotName/restore
Deletes the restored OpenSearch index created from the specified snapshot.
This deletes only the restored index named with the snapshot name and "_restored" suffix. It does not delete the original site index or the snapshot. This operation is not supported for OpenSearch Serverless.
Request
Path Parameters
siteId stringrequired
Site Identifier
snapshotName stringrequired
Snapshot Name
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
message string
Result message
{
"message": "string"
}
Loading...