Platform · Compute · Available now

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.

13 flavors
gp1 (standard) + hp1 (high performance)
~47s
Median from call to running VM
noVNC
Console in the browser, no port-forwarding
API-first
Everything via REST + Terraform
What you can do · V1

The full lifecycle, from console or API.

VM lifecycle

Create · delete · resize

Create an instance, change flavor, delete. Resize vertically with snapshot protection.

Control

Reboot · stop · start

Soft or hard reboot, stop to pause billing, start again.

Boot

Boot-from-volume

Boot directly from a persistent block volume — survives the instance's lifetime.

Images

Curated OS images

Hardened, patched images for Ubuntu, Debian, AlmaLinux, Rocky and more.

Access

noVNC console & SSH keys

Browser-based console without port-forwarding. SSH key injected at boot.

Scale

Snapshot before resize

We take a snapshot, switch flavor, reboot — you always have a way back.

API example

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.

REST
$ 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)
Terraform
resource "kepler_instance" "api" {
  region   = "swe1"
  flavor   = "gp1.large"
  image   = "ubuntu-24.04"
  ssh_keys = [kepler_ssh_key.deploy.id]
}
GPU: 6× L40S is live and booked via a call — see prices. Larger GPU capacity (H100-class) is on the roadmap.

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.

Kepler Cloud-konsolen — Overview
Unsure about flavor or setup? 30 minutes with an engineer, a free proposal, no sales calls. Replies within 4 hours. Talk to an engineer →

Start a VM in in under a minute.

Curated image, SSH key, floating IP — everything ready at boot. Per hour with a monthly cap.