---
title: "Create the sync policy group"
method: POST
path: "/api/rgw/multisite/sync-policy-group"
tags: ["RgwMultisite"]
---

# Create the sync policy group

`POST /api/rgw/multisite/sync-policy-group`

## Request body

- object
  - `bucket_name` string
  - `daemon_name` string
  - `group_id` string, required
  - `status` string, required

## Response `201`

Resource created.

- 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-policy-group/post.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)
