/v1/shutdown/reboot/start
{ "description": "api_reboot_start_options", "type": "object", "properties": { "is_rolling": { "description": "If true, kick off a rolling reboot, otherwise do it concurrently. Defaults to false", "type": "boolean" }, "num_nodes_to_reboot": { "description": "If the number of nodes to reboot is configured and rolling reboot is enabled, your cluster reboots the specified number of nodes at a time. The number of nodes must be greater than 0 and less than or equal to the number of node failures that your cluster permits. By default, the value is the number of permitted node failures minus 1 (1 node minimum).", "type": "number" } } }