memory/admin/set_quota
Set namespace memory quota (admin only).
Set namespace memory quota (admin only).
Authorization
bearerAuth AuthorizationBearer <token>
API key obtained via invite redemption or SIWE login
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://chorus.runclaw.run/rpc#memory.admin.set_quota" \ -H "Content-Type: application/json" \ -d '{ "namespace": "string", "limit": 9007199254740991 }'{
"namespace": "string",
"limit": 0
}