| List Data Centers | Read | List virtual data centers in the account; each data center contains servers, volumes, and networks |
| List Servers | Read | List servers inside a virtual data center |
| Get Server | Read | Get a server in a data center, including name, vmState, cores, RAM, and boot device |
| Start Server | Write | Start (power on) an Enterprise server; CUBE servers cannot be started with this endpoint (they use suspend/resume instead) |
| Stop Server | Write | Stop (power off) an Enterprise server; the server is forcefully powered off and billing for compute stops; public IPv4 addresses that are not reserved are returned to the IPv4 pool (reserved IPs are kept). CUBE servers cannot be stopped with this endpoint (they use suspend/resume instead) |
| Reboot Server | Write | Force a hard reboot of a server (equivalent to powering it down and back on) - recovers hung servers without a separate stop/start cycle; not a graceful OS reboot |
| Get Request Status | Read | Poll the status of an asynchronous write operation (202 Accepted responses) until it reports DONE or FAILED; the request ID comes from the Location response header of the write call |