We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4b0cb commit 26e06bfCopy full SHA for 26e06bf
example.php
@@ -8,7 +8,7 @@
8
echo $vultr->listServers();//Data for all current account instances
9
10
11
-$vultr->setSubid('31828385');//Must be set if interacting with a single instance actions
+$vultr->setSubId('31828385');//Must be set if interacting with a single instance actions
12
$vultr->serverReboot(); //Reboots/restarts instance with id:31828385
13
14
0 commit comments