latestOpenAPI 3.1.02026-08-22154287463.4 KB
858365328f92
Projects
Update project limits by ID or name
Update resource limit overrides for a project. Only fields present in the request are modified. Set a field to 0 to remove that limit cap; omit a field to leave it unchanged.
patch/org/projects/{id_or_name}/limits
Path parameters
id_or_namestring required
Project ID or name
Request body
Response
Project limits updated
Example response
{
"max_concurrent_invocations": 20,
"max_concurrent_sessions": 10,
"max_pooled_sessions": 50
}