Skip to main content
Nova Cloud offers three rental types, each designed for different workloads and budgets. Choosing the right type can save you significant money depending on your use case.

Overview

On-DemandInterruptibleReserved
PricingStandard hourly rateLowest rate (up to 80% off)Discounted rate (up to 20% off)
CommitmentNoneNone1, 3, or 6 months
PaymentPay-as-you-goPay-as-you-goUpfront deposit
Preemption RiskNoneCan be interruptedNone
Best ForProduction, developmentBatch jobs, trainingLong-running workloads

On-Demand Instances

On-demand instances are the standard rental type and the best choice for most users getting started. You pay the listed hourly rate with no commitment, and your instance runs until you stop or destroy it.

How to Create an On-Demand Instance

  1. Go to the Dashboard and browse available GPUs
  2. Click Create Instance on an offer
  3. Select On-Demand as the rental type
  4. Configure your template, storage, and SSH key
  5. Click Create
Billing begins immediately. Stop the instance anytime to pause GPU billing (storage charges continue), or destroy it to stop all billing.

Billing

  • GPU — Billed per minute at the listed hourly rate
  • Storage — Billed per minute, even when the VM is stopped
  • Network — Billed at $2/TB outbound

When to Use On-Demand

  • Interactive development and debugging
  • Production inference workloads
  • Workloads that cannot tolerate interruption
  • Short experiments and testing
  • Your first time using Nova Cloud — start here to learn the platform

Interruptible Instances

Interruptible instances run at a significantly lower price but can be preempted (stopped) if the GPU is needed for an on-demand customer. Think of them as “spot” instances.

How to Create an Interruptible Instance

  1. Go to the Dashboard and browse available GPUs
  2. Click Create Instance on an offer
  3. Select Interruptible as the rental type
  4. Configure your template, storage, and SSH key
  5. Click Create

Billing

  • GPU — Billed per minute at the lower interruptible rate (typically 50–80% cheaper)
  • Storage — Billed per minute (continues even while interrupted)
  • Network — Billed at $2/TB outbound
  • You are not charged for GPU time while your VM is interrupted

What Happens When You’re Preempted

When your interruptible VM is preempted:
  1. The VM status changes to Interrupted in the dashboard
  2. Running processes are stopped (similar to a power-off)
  3. Your data on disk is preserved
  4. Auto-restart is enabled by default — your VM will automatically restart when a GPU becomes available
  5. The system checks every 60 seconds for available capacity
  6. After 7 days without restart, auto-restart is disabled
Save your work frequently. Interruptible VMs can be stopped at any time without advance notice. Use checkpointing in your training scripts and save important outputs regularly.

When to Use Interruptible

  • Large-scale training with checkpointing
  • Batch processing and data pipelines
  • Non-interactive computation
  • Any workload that can handle occasional restarts
  • When you want the lowest possible price

Reserved Instances

Reserved instances offer a discounted rate in exchange for a time commitment. You pay an upfront deposit covering the entire reservation period and receive a lower hourly rate.

How to Create a Reserved Instance

  1. Go to the Dashboard and browse available GPUs
  2. Click Create Instance on an offer
  3. Select Reserved as the rental type
  4. Choose a commitment period: 1 month, 3 months, or 6 months
  5. Review the deposit amount and discounted rate
  6. Click Create — the deposit is deducted from your credit balance

Discount Tiers

CommitmentDiscountExample Savings (5090 at $0.50/hr)
1 month3.33%$0.483/hr — save ~$12/month
3 months10.00%$0.450/hr — save ~$108 over 3 months
6 months20.00%$0.400/hr — save ~$432 over 6 months

Deposit Calculation

The deposit is calculated as:
deposit = discounted_hourly_rate × 720 hours × number_of_months
For example, a 3-month reservation for 1x RTX 5090 at $0.50/hr with 10% discount:
  • Discounted rate: $0.45/hr
  • Deposit: $0.45 × 720 × 3 = $972.00
GPU and storage costs are deducted from the reservation balance. Network costs are always charged from your regular credit balance (pay-as-you-go).

When the Reservation Ends

When the reservation balance is depleted or the commitment period expires, the VM automatically converts to on-demand billing. You’ll see the status change in your dashboard.

Cancellation Policy

You can cancel a reservation at any time from the dashboard, but a 25% early termination fee is applied to the remaining balance:
  • 75% of the remaining balance is refunded to your credit balance
  • 25% is retained as the cancellation fee
  • The VM is stopped upon cancellation

When to Use Reserved

  • Continuous training jobs running 24/7
  • Production inference with predictable load
  • Any workload that will run consistently for 1+ months
  • When you want guaranteed capacity (no preemption risk)

Choosing the Right Type

1

Are you new to Nova Cloud?

Start with On-Demand to get familiar with the platform. You can always switch later.
2

Can your workload handle interruptions?

If yes, consider Interruptible for the lowest prices. If not, stick with On-Demand or Reserved.
3

Will you run the workload for more than a month?

If yes, Reserved instances offer significant savings. The longer the commitment, the bigger the discount.
4

Is your workload short-term or unpredictable?

On-Demand gives you full flexibility with no commitments.

Decision Matrix

ScenarioRecommended Type
First time trying Nova CloudOn-Demand
Training a model for a few hoursOn-Demand
Running a 3-month fine-tuning jobReserved (3 months)
Processing a large batch dataset overnightInterruptible
Hosting a production inference APIOn-Demand or Reserved
Experimenting with different GPU configsOn-Demand
Cost-sensitive research with checkpointingInterruptible

Switching Between Types

  • You cannot change the rental type of a running VM
  • To switch types, destroy the current VM and create a new one with the desired type
  • For reserved instances that expire, the VM automatically converts to on-demand billing