Last updated 12 months ago
Was this helpful?
Adds a deploy block.
Organization ID
library
firmware
POST /v1/api/organizations/{organizationId}/deploy HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: multipart/form-data Accept: */* Content-Length: 302 { "name": "text", "dockerContainer": "text", "description": "text", "cliArguments": "text", "requestsCpu": 1, "requestsMemory": 1, "limitsCpu": 1, "limitsMemory": 1, "photo": "binary", "integrateUrl": "text", "privileged": true, "mountLearnBlock": true, "supportsEonCompiler": true, "showOptimizations": true, "category": "library" }
OK
{ "success": true, "error": "text", "id": 1 }