All Products
Search
Document Center

Alibaba Cloud Service Mesh:RemoveClusterFromServiceMesh

Last Updated:Mar 29, 2024

Removes a cluster from a Service Mesh (ASM) instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ServiceMeshIdstringYes

The ID of the Service Mesh (ASM) instance.

ce3c25e247da24f3aab9b7edfae83****
ClusterIdstringYes

The ID of the cluster that you want to delete.

cb8963379255149cb98c8686f274x****
ReserveNamespacebooleanNo

Specifies whether to reserve the istio-system namespace when you delete the cluster. Valid values: true and false.

false

Response parameters

ParameterTypeDescriptionExample
object
Messagestring

The returned message.

success
RequestIdstring

The request ID.

BD65C0AD-D3C6-48D3-8D93-38D2015C****
Codestring

The returned status code.

200

Examples

Sample success responses

JSONformat

{
  "Message": "success",
  "RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
  "Code": "200"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2022-11-15The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: ReserveNamespace