RemoveStoreFrontServerDataModel
Remove-camStoreFrontServer.ps1: Remove Storefront server from an existing StoreFront cluster.
Properties
| Name | Description | Additional information |
|---|---|---|
| Machine | Controllers to be removed. |
Type: MachineDataModel |
| PrimaryServer | The controller will not be removed. |
Type: String |
Sample
application/json
Sample:
{
"Machine": {
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
},
"PrimaryServer": "sample string 1"
}