set_power_state
Change a computer system's power state remotely using Redfish BMC. Supports power on, off (graceful or forced), restart, NMI, and power button simulation.
Instructions
Change the power state of a computer system. Supported reset types: On, ForceOff, GracefulShutdown, GracefulRestart, ForceRestart, Nmi, PushPowerButton.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_id | Yes | System ID (e.g. '1', 'System.Embedded.1'). Use list_systems to find IDs. | |
| reset_type | Yes | Reset type: On (power on), ForceOff (hard off), GracefulShutdown (soft off), GracefulRestart (soft reboot), ForceRestart (hard reboot), Nmi (non-maskable interrupt), PushPowerButton (simulate button press) |