Skip to main content
PATCH
/
v3
/
sites
/
{site}
/
chargers
/
{charger}
/
reassign
Reassign Charger
curl --request PATCH \
  --url https://app.plugchoice.com/api/v3/sites/{site}/chargers/{charger}/reassign \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "site_group_id": 123
}
'
{
  "message": "<string>"
}
Moves a charger to a different load balancing group within the same location.
site
string
required
The UUID of the location.
charger
string
required
The UUID of the charger.
site_group_id
integer
required
The ID of the target group or subgroup to reassign the charger to.

Response

message
string
A confirmation message indicating the charger was reassigned successfully.