kia_stop_charge
Stop your Kia EV's charging session. Requires confirmation to send the command; without it, returns a dry-run preview of the request. Verify with vehicle status for confirmation.
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
| 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. |