Skip to main content
POST
Create instance
Provisions a new Enterprise Cluster (Single-Zone) instance in the requested cloud provider and region. The instance is created asynchronously; poll Describe until status is RUNNING.

Authorization

Session cookie set by Sign in: omnistrate_token=<jwt>. Browsers send it automatically; other clients must forward it on every request.

Query parameters

string
ID of the subscription that owns the instance.

Body

string
required
Cloud provider to provision the instance on, for example aws or gcp.
string
required
ID of the custom network to provision the instance in.
string
required
Region to provision the instance in, for example us-east-1.
object
required
Instance configuration.

Sizing and tier availability

nodeInstanceType accepts any compute instance type available to your Enterprise plan in the selected cloud provider and region, for example e2-custom-4-8192 on GCP or m7g.xlarge on AWS. It defaults to e2-custom-4-8192. Use maxMemory to cap the memory the database itself uses; it must not exceed the memory of the selected instance type. maxMemory and enableEnterpriseModule are available on this tier. See Instance configuration for the full field reference.

Response

string
ID of the resource instance.
202 Accepted

Errors

See Error for the shared error response shape.