All Products
Search
Document Center

Batch Compute:DeleteClusterInstance

Last Updated:Apr 12, 2018

Description

Deletes a cluster instance.

Request syntax

  1. DELETE /clusters/{ClusterId}/groups/{GroupName}/instances/{InstanceId}

Attribute description

Attribute Type Required Description
ClusterId String Yes Cluster ID.
GroupName String Yes Name of a group in the cluster
InstanceId string Yes ID of the instance in the group.

Response

Success

The 202 status code is returned.

Error codes

Error code Error message Status code Syntax
InvalidResource.NotFound Specified resource is not found. 404 The user requested resource does not exist.
StateConflict User operation is invalid. The current resource state is {state}. 409 The current resource is in {state} state. The operation is invalid.