mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-13 04:09:26 -06:00
Finalizing bulk power and rebuild command.
This commit is contained in:
parent
3d9bb5ad1b
commit
5a06f9e3e8
@ -68,7 +68,8 @@ If you don't include the optional argument, it will instead use an interactive p
|
||||
### Create/Make Location
|
||||
|
||||
```bash
|
||||
php artisan p:location:make {--short=us1} {--long="A description of this location."}
|
||||
php artisan p:location:make {--short=us1}
|
||||
{--long="A description of this location."}
|
||||
```
|
||||
|
||||
### Delete Location
|
||||
@ -80,15 +81,19 @@ php artisan p:location:delete {--short=us1}
|
||||
### Server Bulk Power
|
||||
|
||||
```bash
|
||||
php artisan p:
|
||||
php artisan p:server:bulk-power <start, stop, kill, restart>
|
||||
{--servers=1,2,3}
|
||||
{--nodes=1,2,3}
|
||||
```
|
||||
|
||||
### Server Rebuild
|
||||
|
||||
```bash
|
||||
php artisan p:
|
||||
php artisan p:server:rebuild [server-id] {--node=1}
|
||||
```
|
||||
|
||||
This will initiate a rebuild on all servers, all servers on a node, or a specific server depending on the information given.
|
||||
|
||||
## Panel Management
|
||||
|
||||
### View Panel Info
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user