---
title: "Update Forecast Config"
method: PUT
path: "/tokenomics/forecast-configs/{forecast_config_id}"
tags: ["tokenomics", "forecast_config"]
---

# Update Forecast Config

`PUT /tokenomics/forecast-configs/{forecast_config_id}`

## Path parameters

- `forecast_config_id` string, uuid4, required

## Request body

- UpdateForecastConfigRequest
  - `provider` string, nullable
  - `model_name` string, nullable
  - `budget` number, nullable
  - `enabled` boolean, nullable
  - `forecast_metric` 'total_cost', nullable
  - `forecast_to_day` integer, nullable

## Response `200`

Successful Response

- ForecastConfigResponse
  - `provider` string, nullable
  - `model_name` string, nullable
  - `enabled` boolean
  - `budget` number, nullable
  - `forecast_metric` 'total_cost'
  - `forecast_to_day` integer
  - `id` string, uuid4, required
  - `organization_id` string, uuid4, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.net/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/revisions/83e631725038/schema)
