Projects
Update project limits
Deprecated: use PATCH /org/projects/{id}/limits instead. This route will be removed on 2026-11-24.
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/projects/{id}/limits
Path parameters
idstring required
Project ID
Request body
Response
Project limits updated
Example response
{
"max_concurrent_sessions": 10,
"max_concurrent_invocations": 20,
"max_pooled_sessions": 50
}