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 Body
application/json
application/json
application/json
application/json
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" }}Delete a project DELETE
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).
Update project limits PATCH
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.