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

Path Parameters

squad_uuid
string
required

Body

application/json
action
enum<string>
required
Available options:
add_all_users,
remove_all_users,
delete,
rename,
update_inbounds
name
string | null
inbound_uuids
string[] | null

Response

Successful Response

success
boolean
required
detail
string | null
data
Data · object