---
title: "Reset Team Member Spend Fn"
method: POST
path: "/team/{team_id}/member/{user_id}/reset_spend"
tags: ["team management"]
---

# Reset Team Member Spend Fn

`POST /team/{team_id}/member/{user_id}/reset_spend`

Reset a team member's tracked spend against their per-member budget.

A member's spend is tracked separately from both their own personal
budget and the team's own budget (LiteLLM_TeamMembership.spend), so
neither /user/update nor /team/update can clear it: this is the only
endpoint that does. The cross-pod spend counter and cached membership
reads are invalidated so the reset takes effect on the member's next
request rather than waiting on the membership cache's TTL.

## Path parameters

- `team_id` string, required
- `user_id` string, required

## Request body

- ResetSpendRequest
  - `reset_to` number, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/team/:team_id/member/:user_id/reset_spend/post.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/b694deb1e459?raw)
