---
title: "Update the status of a room (Available, Needs Cleaning, Out of Service, etc.)"
method: PUT
path: "/Flowboard/rooms/{roomId}/status"
tags: ["Flowboard"]
---

# Update the status of a room (Available, Needs Cleaning, Out of Service, etc.)

`PUT /Flowboard/rooms/{roomId}/status`

## Path parameters

- `roomId` string, required

## Request body

- UpdateRoomStatusRequest — Request to update room status (Available, Needs Cleaning, Out of Service, etc.)
  - `status` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
