Virtual machines, without ceremony.
Create, resize, snapshot and restart VMs via console or API. Boot-from-volume, curated OS images, noVNC console and SSH keys — all in V1, all in production today.
The full lifecycle, from console or API.
Create · delete · resize
Create an instance, change flavor, delete. Resize vertically with snapshot protection.
Reboot · stop · start
Soft or hard reboot, stop to pause billing, start again.
Boot-from-volume
Boot directly from a persistent block volume — survives the instance's lifetime.
Curated OS images
Hardened, patched images for Ubuntu, Debian, AlmaLinux, Rocky and more.
noVNC console & SSH keys
Browser-based console without port-forwarding. SSH key injected at boot.
Snapshot before resize
We take a snapshot, switch flavor, reboot — you always have a way back.
One instance, one call.
The same operations in the console and in the API — idempotent, with async audit log and quota enforcement. Script everything with our Terraform provider.
$ curl -X POST https://api.keplercloud.se/v1/instances \
-H "Authorization: Bearer $KEY" \
-d '{"region":"swe1","flavor":"gp1.large",
"image":"ubuntu-24.04","name":"api-01"}'
201 Created · instance i-7a3f · building → active (47s)
resource "kepler_instance" "api" {
region = "swe1"
flavor = "gp1.large"
image = "ubuntu-24.04"
ssh_keys = [kepler_ssh_key.deploy.id]
}
The compute view, exactly as the API sees it.
The console mirrors the API — instances, flavors, status and actions in the same view your pipeline uses.
Start a VM in in under a minute.
Curated image, SSH key, floating IP — everything ready at boot. Per hour with a monthly cap.