ADMIN ONLY / MASTER KEY Only Endpoint
Globally reset spend for All API Keys and Teams, maintain LiteLLM_SpendLogs
Successful Response
const response = await fetch('/global/spend/reset', { method: 'POST', headers: {}, }); const data = await response.json();