An hourly (pay-as-you-go) cloud VPS is a server you pay for by the hour of actual runtime — not by the calendar month. No 30-day prepay, no wasted weeks: create a server and the meter starts; delete it and the meter stops. At OneCloudPlanet the entry instance (1 vCPU / 2 GB) costs $0.01/hour — testing an idea for an evening costs a few cents.

Let us compare on a real tier, ocp-3 (2 vCPU / 8 GB, $0.03/hr):

Usage patternHours/monthCost
Always on, 24/7720≈$22/mo — same as a typical monthly plan
Business hours (8×5)~176≈$5.30/mo (−76%)
Weekend project~10≈$0.30

The conclusion is simple: with a constant load, hourly billing costs the same as monthly. With a variable load, you only pay for what you actually use. Hourly is never worse than monthly — it just stops charging you for idle time.

Dev/test and staging — environments that work business hours, not 24/7. Production clones for an evening — spin up a copy of your live server from a snapshot, test the release, destroy it. CI runners — a server per branch via API, alive for minutes. Client demos — a stand for the day of the presentation. Load testing — infrastructure twice your production size, for one hour. GPU experiments — Blackwell-generation cards from $0.69/hr instead of buying hardware. Seasonal spikes — scale up for the sale week, scale back after.

The core habit of an efficient pay-as-you-go user: do not keep servers around “just in case”. Take a snapshot ($0.10/GB/mo for storage) — and delete the instance. When you need the server again, it is recreated from the backup onto a new instance in minutes, with all data and configuration intact. A month of storing a snapshot of a 30 GB server is $3 — less than a day of a mid-size instance running.

The hourly vCPU price is not the whole invoice. At many clouds the load balancer, firewall, IP addresses, traffic and storage requests are billed separately. Here the network stack is free: Load Balancer — $0, Firewall — $0, private networks — $0, the Managed Kubernetes service — $0, and S3 storage traffic and requests are not billed at all. The paid items are transparent: a public IP is $3/mo, Block Storage is $0.10/GB, S3 storage is $0.005/GB.

The current instance lineup:

InstancevCPU / RAM$/hr≈$/mo (24/7)
ocp-11 / 2 GB$0.01≈$7
ocp-32 / 8 GB$0.03≈$22
ocp-54 / 16 GB$0.06≈$43
ocp-78 / 32 GB$0.11≈$79
ocp-816 / 32 GB$0.16≈$115

Locations — Ukraine, Poland and the Netherlands (prices are identical across all three), the platform is ISO/IEC 27001 certified with 99.95% availability. Full price list — on the pricing page.

What is the minimum rental period? There is none — billing is hourly, you can create a server for a single hour.

Can I run a server permanently? Yes: at 720 hours a month the hourly price equals a regular monthly plan.

How fast is a server created? Minutes — from the console, via API, or with the Terraform provider.

Are there hidden fees? No: the network stack is free, and the paid items (IPs, disks, storage) are in the open price list.

Where are the servers located? EU (Poland, the Netherlands) and Ukraine — a practical choice for serving European users with low latency.