throttle_process
Reduce CPU priority of a process to prevent overheating. Automatically targets the highest CPU consumer or a specified process.
Instructions
Reduce CPU priority of a process to prevent overheating.
ALIASES: Also responds to "deprioritize" for clarity.
Args: target_pid: Process ID to throttle. If None, auto-throttles highest CPU consumer.
Returns: Confirmation message with explanation of what was done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_pid | No |