---
title: "Update Vantage Settings"
method: PUT
path: "/vantage/settings"
tags: ["Vantage"]
---

# Update Vantage Settings

`PUT /vantage/settings`

Update existing Vantage settings.

Allows updating individual Vantage configuration fields without requiring all fields.
Only admin users can update Vantage settings.

## Request body

- VantageSettingsUpdate — Request model for updating Vantage settings
  - `api_key` string, nullable — New Vantage API key for authentication
  - `integration_token` string, nullable — New Vantage integration token
  - `base_url` string, nullable — New Vantage API base URL

## Response `200`

Successful Response

- VantageInitResponse — Response model for Vantage initialization
  - `message` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/79928a3d37d3/schema)
