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

Body

application/json

Request to create a new squad.

name
string
required
Required string length: 1 - 255
inbound_uuids
string[]

Response

Successful Response

Response after squad operation.

success
boolean
required
message
string | null
data
Data · object