Skip to main content
POST
/
cabinet
/
admin
/
remnawave
/
sync
/
from-panel
Sync From Panel
curl --request POST \
  --url http://localhost:8080/cabinet/admin/remnawave/sync/from-panel \
  --header 'Content-Type: application/json' \
  --data '{
  "mode": "all"
}'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Body

application/json

Sync mode options.

mode
enum<string>
default:all
Available options:
all,
new_only,
update_only

Response

Successful Response

Response after sync operation.

success
boolean
required
message
string | null
data
Data · object