Skip to main content
POST
/
core
/
devices
/
{device_id}
/
virtual
/
stop
Stop virtual device simulation
curl --request POST \
  --url https://acusight.io/api/core/devices/{device_id}/virtual/stop \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Path Parameters

device_id
string
required

Device ID

Response

Simulation stopped

The response is of type object.