---
title: "Update Guacamole settings"
method: PATCH
path: "/users/guacamole-settings"
tags: ["Users"]
---

# Update Guacamole settings

`PATCH /users/guacamole-settings`

Admin-only. Updates guacd enabled status and/or host:port URL.

## Request body

- object
  - `enabled` boolean
  - `url` string

## Response `200`

Guacamole settings updated.

## Other responses

- `403` — Not authorized.
- `500` — Failed to update guacamole settings.

---

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