---
title: "Set EV Charging Limit"
method: POST
path: "/vehicles/{vehicle_id}/charge/limit"
tags: ["Evs"]
---

# Set EV Charging Limit

`POST /vehicles/{vehicle_id}/charge/limit`

__Description__

Returns the current charge limit of an electric vehicle.

## Request body

- ChargeLimit
  - `limit` number, float — The level at which the vehicle should stop charging and be considered fully charged (in percent).

## Response `200`

return Success Response

- SuccessResponse
  - `status` 'SUCCESS' | 'FAILED'
  - `message` string, nullable

---

[API](https://skmtc.net/smartcar/apis/smartcar-api.md) · [All operations](https://skmtc.net/smartcar/apis/smartcar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartcar/smartcar-api/revisions/2101455240dc/schema)
