cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/limits-request \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "limits": [ "users" ], "reason": "<string>" } '
{ "success": true, "error": "<string>" }
Request an increase in the limits for this organization. Available limits are: users, projects, compute, storage.
Organization ID
users
projects
compute
storage
Additional notes for the request. This is optional.
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?