OS-Stop¶
Overview¶
This data type is included in the request of the next API.
DATA TYPE¶
Contents¶
PARAMETER | DESCRIPTION | DATATYPE |
---|---|---|
type | Baremetal Server shutdown mode. A valid value is HARD or SOFT. HARD: Power down the server immediately. (Notice: This command does not initiate a clean shutdown of the operating system prior to powering down the system). SOFT: Graceful stop the server: Initiate a soft-shutdown of OS via ACPI. (Notice: it is necessary for there to be Operating System support for ACPI). | String |
Example¶
{
"os-stop": {
"type": "SOFT"
}
}