Shutdown

gbdsShutdown

post

This method safe shutdown for API and GBDS

Body
Responses
200

OK

*/*
Responseobject
post
POST /gbds/v2/shutdown HTTP/1.1
Host: <ip>:8085
Content-Type: application/json
Accept: */*
Content-Length: 63

{
  "data": {
    "shouldShutdownAPI": true,
    "shouldShutdownDriver": true
  }
}
{}