kia_stop_charge
Stop charging your Kia EV remotely. Send the cancel command to end the charging session; includes a dry-run preview unless confirm=true is provided.
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. |