---
title: "Update terminal image storage settings (admin only)"
method: PATCH
path: "/users/terminal-image-storage-settings"
tags: ["Users"]
---

# Update terminal image storage settings (admin only)

`PATCH /users/terminal-image-storage-settings`

Persists a partial update. Accepts only mode (auto, local, remote-sftp), localDir, hostPath, ttlMs, maxCount and maxBytes; invalid values are rejected with a 400.

## Response `200`

Updated effective settings.

## Other responses

- `400` — Invalid or unknown setting field.
- `401` — Not authenticated.
- `403` — Admin access required.
- `500` — Failed to save 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)
