Skip to main content
POST
/
cabinet
/
admin
/
remnawave
/
sync
/
auto
/
run
Run Auto Sync Now
curl --request POST \
  --url http://localhost:8080/cabinet/admin/remnawave/sync/auto/run
{
  "started": true,
  "success": true,
  "error": "<string>",
  "user_stats": {},
  "server_stats": {},
  "reason": "<string>"
}

Response

200 - application/json

Successful Response

Response after running sync.

started
boolean
required
success
boolean | null
error
string | null
user_stats
User Stats · object
server_stats
Server Stats · object
reason
string | null