# pm Source: [https://docs.qualcomm.com/doc/80-41102-4/topic/pm.html](https://docs.qualcomm.com/doc/80-41102-4/topic/pm.html) Use the Power Manager (PM) tool to send commands to control the system power state. Note: This tool is applicable for SA525M/SA522M targets. ## Usage pm [commands]Copy to clipboard - `pm suspend` Initiate the suspend of the device. Note: The user must unplug the USB connection physically. - `pm resume` Initiate the resume of the device. Note: The user must plug in the USB connection first and then input the command. - `pm shutdown` Initiate the shutdown of the device. - `pm suspend ` Initiate the suspend of the given virtual machine (VM). - `pm resume ` Initiate the resume of the given VM. - `pm getAvailableMachines` Get the list of the available VMs. - `pm state` Get the current power state of the device. - `pm --help` Print the help message and exit. **Parent Topic:** [Target Tools](https://docs.qualcomm.com/doc/80-41102-4/topic/Target-Tools.html) Last Published: Jan 13, 2025 [Previous Topic log](https://docs.qualcomm.com/bundle/publicresource/80-41102-4/topics/log.md) [Next Topic sbtrace](https://docs.qualcomm.com/bundle/publicresource/80-41102-4/topics/sbtrace.md)