---
title: "Save install server configuration"
method: PUT
path: "/install/server"
tags: ["Install"]
---

# Save install server configuration

`PUT /install/server`

Records the canonical server URL confirmed by the operator. Requires the one-time install token.

## Request body

- InstallServerConfigInput — Canonical server URL confirmed during browser install.
  - `canonical_url` string, uri, required

## Response `204`

Server configuration recorded

## Other responses

- `401` — Invalid or missing install token
- `422` — Invalid canonical URL

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/bee030053823/schema)
