Reboot Node/s

Reboot All Nodes (shard)

POST
/shard/reboot
/shard/reboot

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X POST "https://api.t4b.top/shard/reboot" \
  -H "Authorization: Bearer <token>"

Ok

{
  "data": {
    "success": true
  },
  "statusCode": 200
}