All Products
Search
Document Center

Container Service for Kubernetes:UnInstallClusterAddons

Last Updated:Nov 04, 2025

Uninstalls components that you no longer need from a cluster. You must specify the name of the components and specify whether to release associated Alibaba Cloud resources from the cluster.

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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
cs:UnInstallClusterAddonsdelete
*Cluster
acs:cs:{#regionId}:{#accountId}:cluster/{#ClusterId}
  • cs:EnableAddonLogtailDs
none

Request syntax

POST /clusters/{ClusterId}/components/uninstall HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
ClusterIdstringYes

The ID of the cluster.

c5b5e80b0b64a4bf6939d2d8fbbc5****
addonsarray<object>No

The list of add-ons to uninstall.

objectNo

Add-on details.

namestringNo

The name of the add-on to uninstall. You can call the ListClusterAddonInstances operation to query the installed add-ons.

ack-node-problem-detector
cleanup_cloud_resourcesbooleanNo

Specifies whether to clean up related cloud resources during uninstallation.

  • true: clean up
  • false: retain
true

Response parameters

ParameterTypeDescriptionExample
object
cluster_idstring

The cluster ID.

c5b5e80b0b64a4bf6939d2d8fbbc5****
task_idstring

The task ID.

T-66e39b39c0fdd001320005c0
request_idstring

The request ID.

74D1512F-67DA-54E8-99EA-4D50EB4898F4

Examples

Sample success responses

JSONformat

{
  "cluster_id": "c5b5e80b0b64a4bf6939d2d8fbbc5****",
  "task_id": "T-66e39b39c0fdd001320005c0",
  "request_id": "74D1512F-67DA-54E8-99EA-4D50EB4898F4"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-12-12The response structure of the API has changedView Change Details
2023-08-24The internal configuration of the API is changed, but the call is not affectedView Change Details