deprioritize_process
Reduces CPU priority of a process to prevent system crashes. Use when a process consumes excessive resources and needs to be deprioritized.
Instructions
SAME AS THROTTLE — reduces CPU priority of a process.
Use this if "throttle" sounds too aggressive. Same function, clearer language.
Args: target_pid: Process ID to deprioritize. If None, auto-selects highest CPU consumer.
Returns: Confirmation with full explanation of effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_pid | No |