---
title: "Set Startup App"
method: PUT
path: "/api/apps/startup-app"
---

# Set Startup App

`PUT /api/apps/startup-app`

Set (or clear, with null) the app that auto-starts on wake-up.

Must already be installed (install via /apps/install first). Applied live, so
no daemon restart is needed.

## Request body

- StartupApp — The app configured to auto-start on the robot's first wake-up.
  - `startup_app` string, nullable

## Response `200`

Successful Response

- StartupApp — The app configured to auto-start on the robot's first wake-up.
  - `startup_app` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollen-robotics/apis/reachy-mini-rest-api.md) · [All operations](https://skmtc.net/pollen-robotics/apis/reachy-mini-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollen-robotics/reachy-mini-rest-api/versions/9843f2902e88/schema)
