Cosmoner Docs
Pricing

Apps Pricing

How web services and static sites are priced, what a build costs, and when the egress IP add-on is billed.

Apps use two different models depending on what you deploy.

WhatRateDetail
Web servicePer instance sizeEach size carries its own monthly price, covering vCPU, memory, and a bandwidth allowance
Static site$5 / monthFlat rate per site, CDN delivery included
Builds and deploys$0Not metered — deploy as often as you push
Dedicated egress IPs$25 / monthOptional add-on, billed only while enabled

Web services

A web service is priced per instance size. Each size fixes three things:

  • vCPU
  • memory
  • a monthly bandwidth allowance

The size's monthly price covers all three. There is no separate meter for CPU time, requests, or bandwidth within the allowance.

The deploy wizard lists every size with its monthly price, and shows the prorated amount you will be charged today before you confirm.

Changing size

Moving a service to a different size changes what it costs from that point on. The charge is adjusted against the current period rather than restarting it, so you are not billed twice for the same days.

Before the change is applied, the resize dialog shows what moving to the target size costs right now, so you can compare sizes without committing to one.

Static sites do not run on a sized instance, so they cannot be resized.

Static sites

A static site is a flat monthly price regardless of traffic or the number of files. CDN delivery in front of it is included — there is no separate delivery meter as there is for object storage buckets.

Builds and deploys

Building an image and rolling out a release are not metered. Deploy as often as you push; only the running instance is billed.

A build that fails does not create a billable resource.

Dedicated egress IPs

Dedicated egress IPs are an optional add-on that gives one app a pair of static outbound addresses, so an upstream service can allowlist it.

It is billed as its own monthly line item, prorated from the moment you enable it, and stops being billed when you disable it. Disabling it does not affect the app's own price.

What stops the charge

Deleting the app. A stopped or failed app still holds its instance, so it is still billed — see How Pricing Works.

Deleting an app credits back the unused part of the period, as described under Removing Resources and Credits.

On this page