You can use DeleteGroupSnapshot to delete a group snapshot.
You can use the saveMembers parameter to preserve all the snapshots that were made for the volumes in the group, but the group association will be removed.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
groupSnapshotID | Unique ID of the group snapshot. | integer | None | Yes |
saveMembers | Specifies what to delete when you delete a group snapshot. Valid values:
|
boolean | false | No |
This method has no return value.
Requests for this method are similar to the following example:
{ "method": "DeleteGroupSnapshot", "params": { "groupSnapshotID": 10, "saveMembers" : true }, "id": 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": {} }
9.6