---
title: "Create or update the sync flow"
method: PUT
path: "/api/rgw/multisite/sync-flow"
tags: ["RgwMultisite"]
---

# Create or update the sync flow

`PUT /api/rgw/multisite/sync-flow`

## Request body

- object
  - `bucket_name` string
  - `daemon_name` string
  - `destination_zone` string
  - `flow_id` string, required
  - `flow_type` string, required
  - `group_id` string, required
  - `source_zone` string
  - `zones` string

## Response `200`

Resource updated.

- object

## Other responses

- `202` — Operation is still executing. Please check the task queue.
- `400` — Operation exception. Please check the response body for details.
- `401` — Unauthenticated access. Please login first.
- `403` — Unauthorized access. Please check your permissions.
- `500` — Unexpected error. Please check the response body for the stack trace.

## Changes

- **2026-06-02** `34d40e92ede1` — 1 info
  - added the new optional request property `daemon_name`
- **2026-05-05** `374241f19512` — 1 warning
  - removed the request property `daemon_name`
- **2026-05-04** `f092a403d700` — 1 info
  - added the new optional request property `daemon_name`

[Change history](https://skmtc.dev/ceph/apis/ceph-rest-api/changes/api/rgw/multisite/sync-flow/put.md)

---

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