Documentation Index
Fetch the complete documentation index at: https://docs.nearbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Instance States
A Nearbase instance moves through the following states during its lifetime:| Status | Description |
|---|---|
provisioning | Instance is being created. Usually completes in 2–5 minutes. |
running | Instance is healthy and accepting connections. |
restarting | Instance is restarting (e.g., after a parameter change). |
stopped | Instance is stopped. |
degraded | Instance is running but has detected a health issue. |
provision_failed | Provisioning encountered an error and did not complete. |
deleting | Deletion is in progress. |
deleted | Instance has been permanently deleted. |
Provisioning
After you create an instance, it entersprovisioning state. The console polls for status updates automatically. Most instances are ready within 2–5 minutes.
Provision Failed
If provisioning fails, the instance entersprovision_failed state. This is uncommon. Contact team@nearbase.dev with your instance ID and we’ll investigate. You will not be charged for a failed provision.
Degraded
Adegraded instance is running but has a detected issue (e.g., a replica lag or storage warning). Connections still work. The platform automatically attempts to recover. If the state persists, contact support.
Renaming an Instance
You can rename an instance at any time from the instance detail page without any downtime or connection disruption. The connection string hostname ({instance-id}.pg.nearbase.app) does not change when you rename — only the display name in the console changes.
To rename:
- Open the instance in the console.
- Click the instance name at the top of the page.
- Enter the new name and confirm.
Deleting an Instance
To delete an instance:- Open the instance in the console.
- Go to the Overview tab and scroll to the bottom.
- Click Delete Instance and confirm by typing the instance name.