You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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 PUT http://10.10.100.19.:8192/api/framework/shutdown/framework
  • No labels