Skip to content
EN | DE

Reset always charge

DELETE
/vehicles/{name}/alwayscharge
curl --request DELETE \
--url https://demo.evcc.io/api/vehicles/vehicle_1/alwayscharge

Resets the vehicle always charge default to keep the loadpoint state.

More information

name
required

More information

string
>= 1 characters /[a-zA-Z0-9_.:-]+/
Example
vehicle_1

Vehicle name

Success

Media typeapplication/json
object
alwaysCharge
Any of:

Always charge default applied on identification. Once is not supported for vehicles.

string
Allowed values: off on
Example
{
"alwaysCharge": "off"
}