Pterodactyl PHP SDK
  • Documentation
  • Basics
    • Installation
    • SDK initialization
  • API - Application
    • Users
    • Nodes
    • Nodes -> Allocations
    • Locations
    • Servers
    • Servers -> Databases
    • Nests
  • API - Client
    • Basic functions
    • Account
    • Server
    • Server -> Databases
    • Server -> File Manager
    • Server -> Schedules
    • Server -> Network (allocations)
    • Server -> Users
    • Server -> Backups
    • Server -> Startup
    • Server -> Settings
Powered by GitBook
On this page
  • List variables
  • Update variable
  1. API - Client

Server -> Startup

$client->client->server->startup

List variables

$client->client->server->startup->list(string $serverIdentifier);

Update variable

$client->client->server->startup->updateVariable(string $serverIdentifier, array $data);
PreviousServer -> BackupsNextServer -> Settings

Last updated 3 years ago