---
title: "Request an update for the active organization's Cloud instance"
method: POST
path: "/v1/cloud/instance/update"
tags: ["Cloud"]
---

# Request an update for the active organization's Cloud instance

`POST /v1/cloud/instance/update`

Flushes a running Cloud workspace checkpoint and stops the sandbox so the next resolve can recycle it onto the latest snapshot.

## Response `200`

Cloud instance update request handled.

- union
  - object
    - `ok` true, required
    - `status` 'update_requested', required
  - object
    - `ok` false, required
    - `error` 'already_current' | 'flush_failed', required

## Other responses

- `401` — The caller must be signed in to update Cloud.
- `404` — Cloud is not available for this organization.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
