> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reassign Charger

Moves a charger to a different load balancing group within the same location.

<ParamField path="site" type="string" required>
  The UUID of the location.
</ParamField>

<ParamField path="charger" type="string" required>
  The UUID of the charger.
</ParamField>

<ParamField body="site_group_id" type="integer" required>
  The ID of the target group or subgroup to reassign the charger to.
</ParamField>

## Response

<ResponseField name="message" type="string">
  A confirmation message indicating the charger was reassigned successfully.
</ResponseField>
