ML Prep API (v1)
Download OpenAPI description
Languages
Servers
Mock server
http://{{your_prep_ip_address}}/
- Mock server
http://{{your_prep_ip_address}}/api/v1/protocol-run/pause
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'http://{{your_prep_ip_address}}/api/v1/protocol-run/pause' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "hasError": true, "error": "string" }
- Mock server
http://{{your_prep_ip_address}}/api/v1/protocol-run/resume
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'http://{{your_prep_ip_address}}/api/v1/protocol-run/resume' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "hasError": true, "error": "string" }
- Mock server
http://{{your_prep_ip_address}}/api/v1/protocol-run/cleanup-unloading
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'http://{{your_prep_ip_address}}/api/v1/protocol-run/cleanup-unloading' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "hasError": true, "error": "string" }