---
title: "Update stand status (admin)"
method: PATCH
path: "/admin/stands/{standId}"
---

# Update stand status (admin)

`PATCH /admin/stands/{standId}`

## Path parameters

- `standId` integer, required

## Request body

- object
  - `status` 'active' | 'technical' | 'hidden' | 'inactive' | 'virtual', required

## Response `200`

Success response envelope

- SuccessEnvelope
  - `data` unknown, required
  - `meta` ResponseMeta, required
    - `requestId` string, required
    - `timestamp` string, date-time, required

## Other responses

- `400` — Problem details response
- `404` — Problem details response

## Changes

- **2026-06-01** `7e039877b813` — 4 info
  - added the optional property `code` to the response with the `400` status
  - added the optional property `code` to the response with the `404` status
  - added the optional property `params` to the response with the `400` status
  - added the optional property `params` to the response with the `404` status
- **2026-05-05** `9b92a85d7849` — 1 info
  - added the new `virtual` enum value to the request property `status`
- **2026-02-28** `832c7fc616ed` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/cyklokoalicia/apis/opensourcebikeshare-api/changes/admin/stands/:standId/patch.md)

---

[API](https://skmtc.dev/cyklokoalicia/apis/opensourcebikeshare-api.md) · [All operations](https://skmtc.dev/cyklokoalicia/apis/opensourcebikeshare-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cyklokoalicia/opensourcebikeshare-api/revisions/5acb23b38232/schema)
