POST
/
vpn
/
servers
/
deploy
curl --request POST \
  --url https://vpn.bserv.dev/api/v1/vpn/servers/deploy \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'token: <api-key>' \
  --data id=8 \
  --data password_deploy=Password \
  --data host=IPAddress \
  --data username=root \
  --data port=22
{
  "success": true,
  "message": "Server: 8 deploy successfully",
  "status_deploy": "Dependencies resolved.\nNothing to do.\nComplete!\n"
}

Authorizations

token
string
header
required

Body

application/x-www-form-urlencoded

Response

200 - application/json

OK

The response is of type object.