删除一个快照¶
POST /api/v1/snapshots/{snapshot_uuid}/delete
概述¶
根据snapshot_uuid
删除指定的快照配置
路由参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
snapshot_uuid | string | Y | 快照UUID |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/snapshots/snap_xxxx32/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw 'null' \
--compressed