> ## 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.

# Set Plug & Charge

Enables or disables Plug & Charge for the specified charger. When enabling, a card UID must be provided. Returns a `204 No Content` response on success.

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

<ParamField body="enabled" type="boolean" required>
  Whether to enable (`true`) or disable (`false`) Plug & Charge.
</ParamField>

<ParamField body="card_uid" type="string">
  The RFID card UID to use for Plug & Charge. Required when `enabled` is `true`. Maximum 20 characters.
</ParamField>
