An instance is a dedicated, hosted run of Elements provisioned for an organization. Create it from a product version and a SKU, attach a subdomain your organization has reserved, and Namazu Cloud deploys the infrastructure behind it. The instance page shows its status, its nodes, an audit log of every action, and the controls to start, stop, upgrade, or destroy it.
Creating an Instance #
Creating an instance requires a few things to be true first:
- Your organization has billing set up with a payment method on file.
- Your organization holds a reserved subdomain that is not attached to another instance.
- There is a product version and a SKU available, with availability zones that suit your needs.
With those in place, fill in the create form:
- name: your label for the instance.
- Product version: which version of which product to deploy. Version availability is shown from the catalog.
- SKU: how the instance is billed. A SKU lists the availability zones it supports; pick from those.
- Subdomain: a reserved subdomain from your organization’s pool, shown as
label.cloud.namazustudios.com. This is where the live instance is reachable. - Availability zones: the zones the instance’s infrastructure is placed in.
- Default User: the User name, email, and password seeded into the deployed instance for first login. The password is write-only and is never returned by the server.
Then, while provisioning runs, watch the instance move through its creation statuses (see below). Deployment is asynchronous: the instance is updated by the runner as it proceeds, and the portal shows a progress spinner while work is in flight.
Statuses #
Every instance reports a single status, and the portal never guesses: it shows the last confirmed state. Statuses fall into a few groups:
| Group | Statuses | Meaning |
|---|---|---|
| Dormant | READY | Created in Namazu Cloud but never deployed. Also the position an instance returns to conceptually when stopped. |
| Pending | CREATE_PENDING, START_PENDING, STOP_PENDING, PENDING_UPGRADE, PENDING_CHANGE_SKU, PENDING_DESTROY | An action has been requested and is next in line to run. |
| In progress | CREATING, STARTING, STOPPING, UPGRADING, CHANGING_SKU, DESTROYING | The runner is actively applying the operation. The portal shows a spinner and disables dispatch buttons while these are active. |
| Running | STARTED, HEALTHY, DEGRADED | The instance is up. HEALTHY means its health check passes; DEGRADED means it is up but reporting warnings or errors. |
| Stopped | STOPPED | The instance is stopped and its infrastructure is switched off. |
| Error | ERROR_CREATING, ERROR_STARTING, ERROR_STOPPING, ERROR_UPGRADING, ERROR_CHANGING_SKU, ERROR_DESTROYING | The most recent operation failed. You can retry the same operation or destroy the instance; no support ticket is needed to recover. |
| Terminal | DESTROYED, FAILED | Final states an instance never leaves. DESTROYED means the instance’s resources are gone. FAILED means the instance needs administrator intervention. |
How to read this
The paused state is not a separate value. A stopped instance is simply STOPPED, and starting it again moves it through START_PENDING, STARTING, and back to STARTED or HEALTHY. Each operation on an instance moves it forward along one of these paths, and an ERROR_* status means simply that the last operation did not complete: retry it, or destroy the instance.
Lifecycle Actions #
| Action | When it applies | What happens |
|---|---|---|
| Start | READY, STOPPED, and ERROR_* states | Brings the instance up. It transitions through START_PENDING then STARTING, lands at STARTED, and finally reaches HEALTHY once its health check passes. |
| Stop | STARTED, HEALTHY, DEGRADED | Switches the instance off via STOP_PENDING and STOPPING into STOPPED. Stop for the long term: stopped instances still keep their subdomain and configuration. |
| Upgrade | Any running or stopped instance with a newer version available | Moves the instance to a newer version of the same product through PENDING_UPGRADE and UPGRADING, landing at STARTED. The product cannot be swapped, and the SKU is kept so billing stays continuous. |
| Change SKU | An instance with a compatible non-archived SKU available | Switches how the instance is billed without changing the product, via PENDING_CHANGE_SKU and CHANGING_SKU. The new SKU must match the instance’s availability zones. |
| Destroy | Almost any non-terminal state | Tears the instance down through PENDING_DESTROY and DESTROYING into DESTROYED. This is the end of the instance’s resources. Destroying an instance does not release its subdomain, which goes back to your organization’s pool as RESERVED. |
| Delete | Any time | Archives the instance so it is hidden from listings. This is a soft delete available alongside destroy. |
Note
Three fields are fixed at creation and cannot be changed later: the product version’s product, the subdomain, and the availability zones. An update can only rename the instance and adjust display-level configuration. To change the deployed version, use Upgrade rather than trying to edit the instance.
Provisioning #
While any lifecycle action is in flight, the instance carries a provisioning flag. The portal reads that flag to show a spinner with elapsed time and to disable every dispatch button, because only one operation may run against an instance at a time. When the operation finishes, the flag clears. If an operation cannot even be dispatched, the attempt is recorded on the audit log with a dispatch failure and the instance is left in its previous state, so you can simply retry.
Audit Log #
Every instance keeps a paginated audit log of the actions taken against it: creation, start, stop, upgrade, SKU change, destroy, template and secret operations, billing events, and dispatch failures or status resets. You can filter it by action and by time window, which is handy when diagnosing when an instance last changed and why.
Nodes #
An instance is backed by cloud resources. The instance page lists those nodes, each tagged ACTIVE, DESTROYED, or TIMED_OUT. Nodes that fail to report their backup or billing state in time are marked TIMED_OUT so you can tell at a glance whether the instance’s infrastructure is healthy end to end.
Related Pages #
- Namazu Cloud Overview
- Namazu Cloud Products and SKUs. Picking what to deploy and how it is billed
- Namazu Cloud Subdomains. Reserving the hostname an instance attaches at creation
- Namazu Cloud Billing. The gate that applies before an instance can be created
- Namazu Cloud Job and Service Templates and Namazu Cloud Secrets. Workloads that run in an instance’s namespace

