diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index d9f824be222..9ef451bd70e 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -293,6 +293,8 @@ class LiteLLMRoutes(enum.Enum): "/batches", "/v1/batches/{batch_id}", "/batches/{batch_id}", + "/v1/batches/{batch_id}/cancel", + "/batches/{batch_id}/cancel", # files "/v1/files", "/files",