---
title: "Initialize Robot"
method: POST
path: "/move/init"
tags: ["control"]
---

# Initialize Robot

`POST /move/init`

Initialize the robot to its initial position before starting the teleoperation.

## Query parameters

- `robot_id` integer, nullable

## 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)
