PATCH/org/projects/{id}/limits

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.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Project ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/org/projects/string/limits" \  -H "Content-Type: application/json" \  -d '{}'
{  "max_concurrent_sessions": 0,  "max_concurrent_invocations": 0,  "max_pooled_sessions": 0}