All Products
Search
Document Center

Cloud Backup:DeleteContainerCluster

Last Updated:Mar 17, 2026

Unregisters a container cluster record in Cloud Backup. After you unregister the cluster, you cannot recover backups of the cluster.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ClusterId

string

Yes

The cluster ID.

cc-0005**********hhjw

Force

boolean

No

Specifies whether to forcibly delete active container backup clients.

false

Response elements

Element

Type

Description

Example

object

Code

string

The return code. A value of 200 indicates that the request was successful.

200

Message

string

The returned message. If the request was successful, "successful" is returned. If the request failed, an error message is returned.

successful

RequestId

string

The request ID.

EB526A5D-1FE2-51C1-B790-1732C1DBA969

Success

boolean

Indicates whether the request was successful.

  • true: The request was successful.

  • false: The request failed.

true

Examples

Success response

JSON format

{
  "Code": "200",
  "Message": "successful",
  "RequestId": "EB526A5D-1FE2-51C1-B790-1732C1DBA969",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.