Retire Client
Select
SaaS
Customer Managed
⚠️ Caution
This operation releases the licenses and uninstalls the CommVault software on the client. If no client backup data exists in the ContentStore, then it is deleted. Otherwise, the client is set to a deconfigured state for restore purposes.
Path Parameters
- clientId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorString stringerrorCode integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorString": "string",
"errorCode": 0
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"errorString": "Success",
"errorCode": 0
}
}
Loading...