> ## 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 Charge Limit

Sets the charging current limit for a specific connector. The limit is specified in Amperes (A). Optionally specify a stack level for the charging profile.

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

<ParamField body="connector_id" type="integer" required>
  The ID of the connector to set the limit for. Use `0` for the charge point level.
</ParamField>

<ParamField body="limit" type="number" required>
  The charging current limit in Amperes (A). Must be 0 or greater.
</ParamField>

<ParamField body="stack_level" type="integer">
  The stack level for the charging profile. Higher stack levels take priority over lower ones. Defaults to `1` if not specified. Not all chargers support all stack levels.
</ParamField>

## Response

<ResponseField name="status" type="string">
  The response status from the charger (e.g., `Accepted`, `Rejected`).
</ResponseField>
