All Products
Search
Document Center

Elastic Compute Service:DeleteDiagnosticMetricSets

Last Updated:Jan 12, 2026

Deletes diagnostic metric sets.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
MetricSetIdsarrayYes

The IDs of diagnostic metric sets. You can specify up to 10 set IDs.

stringYes

The ID of diagnostic metric set N. You can specify up to 10 set IDs.

dms-uf6i0tv2refv8wz*****

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

473469C7-AA6F-4DC5-B3DB-A3DC0DE*****

Examples

Sample success responses

JSONformat

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE*****"
}

Error codes

HTTP status codeError codeError messageDescription
404InvalidMetricSetId.NotExistThe specified MetricSetId does not exist.The specified MetricSetId does not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-07-21Add OperationView Change Details