> ## 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 Socket Lock

Locks or unlocks the charging socket for the specified charger. When locked, the charging cable is held in place and cannot be removed. 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>
  Set to `true` to lock the socket or `false` to unlock it.
</ParamField>
