ShutdownPoweroffRequestBody

This is a request body class for an operation.


Properties

integer as int64
delay Required

Minutes after which poweroff should start. If 0 is specified, poweroff will start immediately.


string
reason Required

Reason for peforming poweroff.

JSON Example

{
	"delay": 0,
	"reason": "string"
}
Parameter To

Poweroff Shutdown

Feedback

Was this page helpful?