Applicable to:
- SolusVM 2
Question
How to reset bandwidth usage for all the VPSes at once in SolusVM 2?
Answer
- Connect to SolusVM 2 Management node via SSH
- Run the command:
# docker exec -ti `docker ps | grep api | awk {'print $1'}` php artisan computeResourceVm:reset-network-usage
Comments
0 commentsPlease sign in to leave a comment.