Deployments
Destroy deployment
Destroy a managed Core instance through Blnk Cloud.
DELETE
Use this endpoint to destroy a managed deployment. Cloud tears down the hosted Core and its infrastructure. See Managed instances to learn more.
The response means destroy has started, not that it is finished. Status moves to
DESTROYING, then DESTROYED. Track progress with Get deployment details or List deployments.
This endpoint destroys managed instances only. For a connected (self-hosted) instance, stop your query agent or remove it from the dashboard to disconnect it from your Cloud workspace.
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.
Path
string
required
Unique id of the deployment to destroy (
deploy_...). Do not pass instance_id here.Response
string
Confirmation that destroy has started. A follow-up Get deployment details shows
status: "DESTROYING" and a destroyed_at timestamp, then DESTROYED.