curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/deploy \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form 'name=<string>' \
--form 'dockerContainer=<string>' \
--form 'description=<string>' \
--form 'cliArguments=<string>' \
--form requestsCpu=123 \
--form requestsMemory=123 \
--form limitsCpu=123 \
--form limitsMemory=123 \
--form 'integrateUrl=<string>' \
--form privileged=true \
--form mountLearnBlock=true \
--form supportsEonCompiler=true \
--form showOptimizations=true \
--form category=library \
--form sourceCodeDownloadStaffOnly=true \
--form photo=@example-file
{
"success": true,
"error": "<string>",
"id": 123
}
Adds a deploy block.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/deploy \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form 'name=<string>' \
--form 'dockerContainer=<string>' \
--form 'description=<string>' \
--form 'cliArguments=<string>' \
--form requestsCpu=123 \
--form requestsMemory=123 \
--form limitsCpu=123 \
--form limitsMemory=123 \
--form 'integrateUrl=<string>' \
--form privileged=true \
--form mountLearnBlock=true \
--form supportsEonCompiler=true \
--form showOptimizations=true \
--form category=library \
--form sourceCodeDownloadStaffOnly=true \
--form photo=@example-file
{
"success": true,
"error": "<string>",
"id": 123
}
Organization ID
OK
The response is of type object
.