forked from laiweijian4/doc-exports
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com> Co-authored-by: Zheng, Xiu <zhengxiu@huawei.com> Co-committed-by: Zheng, Xiu <zhengxiu@huawei.com>
7.3 KiB
7.3 KiB
Deleting a Snapshot
Function
This API is used to delete a snapshot.
URI
DELETE /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/{snapshot_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details, see Obtaining a Project ID and Name. |
cluster_id |
Yes |
String |
ID of the cluster to which the snapshot belongs. |
snapshot_id |
Yes |
String |
ID of the snapshot to be deleted. |
Request
None
Response
None
Examples
Example request
DELETE /v1.0/6204a5bd270343b5885144cf9c8c158d/clusters/ea244205-d641-45d9-9dcb-ab2236bcd07e/index_snapshot/29a2254e-947f-4463-b65a-5f0b17515fae
Status Code
Table 2 describes the status code.
Status Code |
Code |
Status Code Description |
---|---|---|
200 |
OK |
The request is processed successfully. |
400 |
BadRequest |
Invalid request. Modify the request instead of retrying. |
403 |
Forbidden |
The server understood the request, but is refusing to fulfill it. The client should not repeat the request without modifications. |
Parent topic: Snapshot Management APIs