11.2 Power Actions
Three action boxes control instance power. Each shows a spinner while its request is in flight and updates the status badge in place, without reloading the page.
|
Action |
Behaviour |
Confirmation |
Linode API Call |
|---|---|---|---|
|
Boot |
Starts the instance. |
No |
POST /linode/instances/{id}/boot |
|
Shut Down |
Stops the instance. |
Yes |
POST /linode/instances/{id}/shutdown |
|
Reboot |
Restarts the instance. |
Yes |
POST /linode/instances/{id}/reboot |
