Skip to main content
POST
/
cp
/
stop_charging
Stop charging (legacy)
curl --request POST \
  --url https://api.telluspower.example.com/v1/cp/stop_charging \
  --header 'Content-Type: application/json' \
  --data '
{
  "ChargePointId": "<string>",
  "ConnectorId": 2
}
'
{
  "Status": "Accept"
}

Documentation Index

Fetch the complete documentation index at: https://developers.telluspowergroup.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
ChargePointId
string
required
Maximum string length: 64
ConnectorId
integer
required
Required range: x >= 1

Response

200 - application/json

Stop command accepted.

Status
enum<string>
Available options:
Accept,
Reject