---
title: "Write the Maximum Temperature for Joints"
method: POST
path: "/temperature/write"
tags: ["control"]
---

# Write the Maximum Temperature for Joints

`POST /temperature/write`

Set the robot's maximum temperature for motors..

## Query parameters

- `robot_id` integer

## Request body

- TemperatureWriteRequest — Request to set the maximum Temperature for joints of the robot.
  - `maximum_temperature` integer[], required — A list with the maximum temperature of each joint. The length of the list must be equal to the number of joints.

## Response `200`

Successful Response

- StatusResponse — Default response. May contain other fields.
  - `message` string, nullable
  - `status` 'ok' | 'error'

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/phospho/apis/fastapi.md) · [All operations](https://skmtc.net/phospho/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phospho/fastapi/versions/93e83588fc02/schema)
