Skip to main content
POST
/
remnawave
/
squads
Create Squad
curl --request POST \
  --url http://localhost:8080/remnawave/squads \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "inbound_uuids": [
    "<string>"
  ]
}
'
{
  "success": true,
  "detail": "<string>",
  "data": {}
}

Body

application/json
name
string
required
inbound_uuids
string[]

Response

Successful Response

success
boolean
required
detail
string | null
data
Data · object