---
title: "Retry the active organization's Cloud instance"
method: POST
path: "/v1/cloud/instance/retry"
tags: ["Cloud"]
---

# Retry the active organization's Cloud instance

`POST /v1/cloud/instance/retry`

Bypasses the passive recovery cooldown and makes one explicit attempt to recover the caller's failed Cloud instance.

## Response `200`

Cloud instance recovery was requested.

- CloudInstanceResponse
  - `status` 'provisioning' | 'waking' | 'ready' | 'failed', required
  - `url` string, uri, nullable, required
  - `imageVersion` string, nullable
  - `instanceName` string, nullable
  - `latestVersion` string, nullable
  - `failure` object
    - `code` string, required
    - `stage` 'provisioning' | 'recovery' | 'runtime', required
    - `reference` string, required
    - `occurredAt` string, date-time, required

## Other responses

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

---

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