kia_stop_charge
Idempotent
Stop your Kia EV's charging session using the Kia Access API. Requires confirmation to execute; without it, returns a preview of the request.
Instructions
Ask the vehicle to stop charging (evc/cancel). Verified against a charging vehicle: evStatus.batteryCharge goes false within ~30-60s. Confirm with kia_vehicle_status rather than trusting the success status. Without confirm:true it makes NO network call and returns a dry-run preview of exactly what would be sent.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vinKey | Yes | Vehicle key (the `vehicleKey` from the vehicle-list tool). Not the VIN. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |