Update project 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.
Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-chrome-policy-on-demand.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project ID
Body
Maximum concurrent browser sessions for this project. Set to 0 to remove the cap; omit to leave unchanged.
Maximum concurrent app invocations for this project. Set to 0 to remove the cap; omit to leave unchanged.
Maximum pooled sessions capacity for this project. Set to 0 to remove the cap; omit to leave unchanged.
Response
Project limits updated
Maximum concurrent browser sessions for this project. Null means no project-level cap.
10
Maximum concurrent app invocations for this project. Null means no project-level cap.
20
Maximum pooled sessions capacity for this project. Null means no project-level cap.
50