Deployments
List deployments
List managed Core instances in your Blnk Cloud workspace.
GET
Use this endpoint to list every deployment in the workspace, including
The response is a JSON array of deployment objects.
ACTIVE, PENDING, FAILED, DESTROYING, and DESTROYED rows. See Managed instances to learn more.
This endpoint lists managed instances only. For a connected (self-hosted) instance, connect it from the dashboard first. Self-hosted instances do not appear here.
Authorization
Blnk Cloud APIs support any one of the following authentication methods. All of them work with yourCLOUD_API_KEY or OAUTH_ACCESS_TOKEN.
Pass X-blnk-key: CLOUD_API_KEY or X-blnk-key: OAUTH_ACCESS_TOKEN.
Response
string
Unique id for this managed deployment (
deploy_...). Use it with Deployments APIs. Do not pass it as instance_id when routing Cloud APIs.string
Unique id for the connected Core (
instance_...). Pass it on Proxy, Filters, Data Lake, and other Cloud APIs so Cloud routes the request to this Core. Empty while the deployment is still being provisioned.string
Display name of the instance in your workspace.
string
Deployment type:
sandbox or production. Cloud assigns capacity from this value.string
Capacity Cloud assigned for this deployment, such as
B1.Micro or B1.Standard. You do not choose this when you create the deployment.string
Current state of the deployment:
PENDING, ACTIVE, DESTROYING, DESTROYED, or FAILED. PENDING means Cloud is still provisioning. Sandbox typically takes 7 - 10 minutes. Production can take 10 - 30 minutes.string
Datacenter code for the instance. Cloud assigns this for sandbox. You choose it for production.
boolean
true when the instance runs on dedicated Production infrastructure. Sandbox is always false.string
How Cloud routes traffic to the instance. Live values include
shared and legacy.string
Hostname of the Core once the instance is reachable.
string
HTTPS Core URL once the instance is reachable. Use this to call Core directly, with the Core secret from Get instance details.
boolean
Whether Watch is enabled.
boolean
Whether usage-based billing is on for the organization.
timestamp
When usage-based billing was enabled for the organization.
boolean
true when this instance has used its included records and organization usage-based billing is off, so new records cannot be created. false while the instance is within its allowance or usage-based billing is on. See Usage-based billing.timestamp
When the deployment was created.
timestamp
When the deployment was last updated.