Change Connector Availability
PUT
/chargers/{chargerId}/connectors/{connectorId}/availability
Change the availability of a connector
Parameters
Header Parameters
compatibility-date*
API compatibility date in YYYY-MM-DD format. Must be a date after 2025-11-01.
Type
Requiredstring
Example
"2025-11-01"Pattern
"^\\d{4}-\\d{2}-\\d{2}$"organization-id*
Type
Requiredstring
Min Length
1Max Length
40Path Parameters
chargerId*
Type
Requiredstring
connectorId*
Type
Requiredstring
Request Body
application/json
available
boolean
Required
Responses
success.charger.connector.changeavailability
application/json
object
success
const:true
Required
scheduled
boolean
Required
If true, the requested availabilty change will be executed when in-progress transactions are finished.