Update policy properties
PATCH
/v1/admin/policies/{policy_id}
Update any mutable field on an existing policy. Tenant scoping enforced: only the owning tenant can update.
Authorizations
ApiKeyAuth
Tenant-scoped API key for runtime operations (consistent with Cycles Protocol)
Type
API Key (header: X-Cycles-API-Key)
Parameters
Path Parameters
policy_id*
Type
Requiredstring
Request Body
application/json
JSON "name": "string", "description": "string", "priority": 0, "caps": "string", "commit_overage_policy": "string", "reservation_ttl_override": "string", "rate_limits": "string", "effective_from": "string", "effective_until": "string", "status": "string"
{
}
Responses
Policy updated
application/json
JSON
"string"