| List Projects | Read | List STACKIT projects visible to the service account via the Resource Manager. At least one of containerParentId or member must be provided (use the service account’s email as member). |
| List Servers | Read | List IaaS servers in a STACKIT project and region |
| Get Server | Read | Get a single IaaS server in a project and region, including status, machine type, and availability zone |
| List Machine Types | Read | List available machine types (server flavors) in a project and region, useful before creating or resizing servers |
| Start Server | Write | Boot up a stopped server, or allocate it again if it was deallocated (returns 202 Accepted; completes asynchronously) |
| Stop Server | Write | Stop a server (returns 202 Accepted; completes asynchronously). Note: a stopped server remains on the hypervisor and is still charged full price for its attached resources |
| Reboot Server | Write | Reboot a server (returns 202 Accepted; completes asynchronously); soft reboots ask the OS to shut down gracefully, hard reboots power-cycle |