operation-disabled

MyŠkoda Public API problem type

HTTP 422 Unprocessable Entity

Type URI: https://public.api.connect.skoda-auto.cz/problems/operation-disabled

When it occurs

An operation was requested for a vehicle that has the required capability, but that capability is currently disabled for it - for example because consent was revoked, the connectivity license expired, or the vehicle is in workshop mode.

The instance member identifies the request the problem is about.

Example response

{
  "type": "https://public.api.connect.skoda-auto.cz/problems/operation-disabled",
  "title": "Unprocessable Content",
  "status": 422,
  "detail": "Charging is currently disabled for vehicle TMBJB9NY5RF999999.",
  "instance": "/api/v1/vehicles/TMBJB9NY5RF999999/charging/start"
}

What to do

Retrying will not help until the capability is enabled again. The vehicle owner can review consents and the license state in the MyŠkoda app. The vehicle detail endpoint reports a _DISABLED error code in errors[] while this state lasts.

Back to the documentation