The Framework REST API uses the GET /api/framworkd/shutdown/framework HTTP method and URI to destroy the Myriad framework (by stopping the Myriad driver and shutting down the web services), stopping and cleaning al Myriad tasks and cleaning the state-store (if any).

HTTP Method and URI

GET /api/framework/shutdown/framework

Syntax

http://<IP address>:8192/api/framework/shutdown/framework

Request Examples

Curl request example:

curl -X GET http://10.10.100.19.:8192/api/framework/shutdown/framework
  • No labels