Skip to main content
POST
/
servers
/
{server}
/
command
Send Command
curl --request POST \
  --url https://panel.arqonara.com/api/client/servers/{server}/command \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "command": "<string>"
}
'
Mengirim perintah teks langsung ke konsol server.
Server harus dalam keadaan Online agar dapat menerima perintah.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

server
string
required

Body

application/json
command
string
required

Response

204

Command Sent