Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Overview
POST /v1/admin/tenants/{slug}/cache/invalidate deletes the cached TenantContext for the given slug from Valkey. The next request from any pod will re-fetch the tenant row from the control plane database and re-cache it.
Use this after manually updating credentials in control.tenants, or when a tenant row changes outside the normal PATCH endpoint.
Path parameters
The tenant slug whose cache entry should be invalidated.
Response
The tenant slug.
Always
"invalidated".
