Delete site OpenSearch snapshot
DELETE/sites/:siteId/opensearch/snapshots/:snapshotName
Deletes a manual snapshot from the specified site's S3 snapshot repository.
The supplied snapshot name is resolved to the site's stored snapshot name before deletion. 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...