cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/compute-time-limit \ --header 'Content-Type: application/json' \ --data ' { "jobLimitM": 123 } '
{ "success": true, "error": "<string>" }
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.
Project ID
Only parameters set on this object will be updated.
New job limit in seconds.
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?