Delete HA Group
Deletes an HA group and returns member appliances to standalone operation. This operation disables HA protocols, removes group configuration from all member appliances, and restores each appliance to independent operation. Network extensions assigned to the group are redistributed to individual appliances or fail if redistribution is not possible.
Unique identifier of the HA group to delete.
Force deletion even if network extensions are using this HA group. When true, network extensions are migrated to standalone appliances which may cause brief disruption. Use with caution. Default is false.
Accepted
{
"data": {
"interconnectTaskId": "string",
"groupId": "string"
},
"warnings": [
{
"message": "string"
}
],
"errors": [
{
"code": "string",
"message": "string"
}
]
}
data
warnings
errors
Unauthorized
Forbidden
Not Found
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
errors
Conflict
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
errors
Internal Server Error
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
errors
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/hybridity/api/interconnect/appliances/ha/groups/{groupId}