Uninstalls software from a cluster.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UninstallSoftware |
The operation that you want to perform. Set the value to UninstallSoftware. |
Application | String | Yes | ABYSS_2.1.5 |
The name of the software that you want to uninstall. You can call the ListInstalledSoftware operation to query the software that is installed in the cluster. |
ClusterId | String | Yes | ehpc-hz-jeJki6**** |
The ID of the cluster. You can call the ListClusters operation to query the cluster ID. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | C84FB8EF-5580-4B82-9BDE-6657814C**** |
The ID of the request. |
Examples
Sample requests
https://ehpc.cn-hangzhou.aliyuncs.com/?Action=UninstallSoftware
&Application=ABYSS_2.1.5
&ClusterId=ehpc-hz-jeJki6****
&<Common request parameters>
Sample success responses
XML
format
<UninstallSoftwareResponse>
<RequestId>C84FB8EF-5580-4B82-9BDE-6657814C****</RequestId>
</UninstallSoftwareResponse>
JSON
format
{
"RequestId":"C84FB8EF-5580-4B82-9BDE-6657814C****"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
503 | ServiceUnavailable | The request has failed due to a temporary failure of the server | The error message returned because the request has failed. The service is temporarily unavailable. |
For a list of error codes, visit the API Error Center.