---
title: "Set Simulation Model"
method: PUT
path: "/v1/teams/{team_id}/simulation-model"
tags: ["teams"]
---

# Set Simulation Model

`PUT /v1/teams/{team_id}/simulation-model`

## Path parameters

- `team_id` string, uuid, required

## Headers

- `authorization` string, nullable
- `x-darwin-token` string, nullable

## Request body

- SetSimulationModelRequest
  - `model` string, nullable, required — Declared Pi model, or null to restore the default.

## Response `200`

Successful Response

- SimulationModelSettings
  - `team_id` string, uuid, required
  - `model` string, required
  - `configured_model` string, nullable, required
  - `default_model` string
  - `reasoning_effort` 'low'
  - `brain_switch_locked` true
  - `scope` 'canonical_simulation_team'
  - `source` 'fixture_preference' | 'default', required

## Other responses

- `422` — Validation Error

## Changes

> 32 revisions in range; 1 not diffed.

- **2026-09-26** `faea4a09e09c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stormy/apis/stormy-control-plane/changes/v1/teams/:team_id/simulation-model/put.md)

---

[API](https://skmtc.dev/stormy/apis/stormy-control-plane.md) · [All operations](https://skmtc.dev/stormy/apis/stormy-control-plane/llms.txt) · [OpenAPI document](https://skmtc.dev/stormy/apis/stormy-control-plane/revisions/b09e3c4ee2af?raw)
