Set compute time limit
Change the job compute time limit for the project. This function is only available through a JWT token, and is not available to all users.
Path parameters
projectIdintegerRequired
Project ID
Body
Only parameters set on this object will be updated.
jobLimitMintegerRequired
New job limit in seconds.
Responses
200
OK
application/json
post
POST /v1/api/{projectId}/compute-time-limit HTTP/1.1
Host: studio.edgeimpulse.com
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"jobLimitM": 1
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?