restore_priority
Restore a process to normal CPU priority to reverse a throttle and regain full performance. Provide the process ID for safe priority restoration.
Instructions
Restore a throttled process to normal CPU priority.
Use this to 'undo' a throttle/deprioritize if you throttled the wrong process or if your main render finished and you want full performance back.
Args: target_pid: Process ID to restore to normal priority (REQUIRED, no auto-detect for safety)
Returns: Confirmation of priority restoration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_pid | Yes |