---
title: "Rejoin the diverged master with a chosen recovery method"
method: POST
path: "/api/clusters/{clusterName}/actions/unsafe-rejoin/{method}"
tags: ["ClusterActions"]
---

# Rejoin the diverged master with a chosen recovery method

`POST /api/clusters/{clusterName}/actions/unsafe-rejoin/{method}`

Explicitly (re-)arms the rejoin using the operator-chosen method. Safe methods use /actions/rejoin (needs cluster-failover); destructive methods (ignore-delta-force, bootstrap-repli-ftwrl, reset-master-reslave) use /actions/unsafe-rejoin (needs cluster-failover + cluster-rejoin-unsafe). The method must match its verb.

## Path parameters

- `clusterName` string, required
- `method` 'flashback' | 'logical-dump' | 'logical-backup' | 'physical-backup' | 'rejoin-script' | 'ignore-delta-force' | 'bootstrap-repli-ftwrl' | 'reset-master-reslave', required

## Headers

- `Authorization` string, required

## Response `200`

Rejoin armed

- string

## Other responses

- `400` — Invalid rejoin method / wrong verb
- `403` — No valid ACL / method needs the unsafe verb
- `404` — No crash history to rejoin
- `500` — No cluster

---

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