Get project limits
Deprecated: use `GET /org/projects/{id}/limits` instead. This route will be removed on 2026-11-24. Get the resource limit overrides for a project. Null values mean no project-level cap (org limit applies).
Deprecated
/projects/{id}/limitsDeprecated: use GET /org/projects/{id}/limits instead. This route will be removed on 2026-11-24.
Get the resource limit overrides for a project. Null values mean no project-level cap (org limit applies).
Authorization
bearerAuth In: header
Path Parameters
Project ID
Response
Project limits
curl -X GET "https://example.com/projects/string/limits"{ "max_concurrent_sessions": 0, "max_concurrent_invocations": 0, "max_pooled_sessions": 0}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}delDelete a project
Deprecated: use `DELETE /org/projects/{id}` instead. This route will be removed on 2026-11-24. Soft-delete a project. The project must be empty (no active resources).
patchUpdate 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.