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

# Get Lock Status

Returns the current lock status for the specified charger. When locked, the charger is set to `Unavailable` in OCPP and will not accept new charging sessions.

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

## Response

<ResponseField name="enabled" type="boolean">
  Whether the charger is currently locked (unavailable).
</ResponseField>

<ResponseField name="interactable" type="boolean">
  Whether the lock can be toggled right now. This is `false` while any connector is in an active state (such as `Charging`, `Preparing`, `Finishing`, `Reserved`, `Faulted`, `SuspendedEV`, or `SuspendedEVSE`).
</ResponseField>
