diff --git a/src/current/_includes/cockroachcloud/non-payment.md b/src/current/_includes/cockroachcloud/non-payment.md new file mode 100644 index 00000000000..b7a8ccf58b0 --- /dev/null +++ b/src/current/_includes/cockroachcloud/non-payment.md @@ -0,0 +1,3 @@ +If a {{ site.data.products.cloud }} organization with billing configured lapses in payment, non-payment reminders are sent the **Billing contact info** designated in the {{ site.data.products.cloud }} Console under **Billing** > **Settings**. By default this billing contact is set to the original Organization Admin of the {{ site.data.products.cloud }} organization. + +After sending multiple payment failure reminders with no acknowledgement or change in billing, all clusters in the organization are deleted including data. Deleted clusters cannot be restored. \ No newline at end of file diff --git a/src/current/cockroachcloud/advanced-cluster-management.md b/src/current/cockroachcloud/advanced-cluster-management.md index 111506b746f..fe9b4d171d3 100644 --- a/src/current/cockroachcloud/advanced-cluster-management.md +++ b/src/current/cockroachcloud/advanced-cluster-management.md @@ -180,7 +180,7 @@ You can also check the status of these features on the [**PCI ready**]({% link c ## Delete cluster {{site.data.alerts.callout_danger}} -Deleting a cluster will delete all cluster data. +Deleting a cluster will delete all cluster data. Deleted clusters can not be restored. {{site.data.alerts.end}} {{site.data.alerts.callout_info}} diff --git a/src/current/cockroachcloud/basic-cluster-management.md b/src/current/cockroachcloud/basic-cluster-management.md index 856abeda926..2b4ca340270 100644 --- a/src/current/cockroachcloud/basic-cluster-management.md +++ b/src/current/cockroachcloud/basic-cluster-management.md @@ -115,7 +115,7 @@ Deleting a cluster will delete all cluster data. {{site.data.alerts.end}} {{site.data.alerts.callout_info}} -Free CockroachDB {{ site.data.products.basic }} clusters are subject to deletion after 6 months of no activity. +Free CockroachDB {{ site.data.products.basic }} clusters are subject to deletion after 6 months of no activity. Deleted clusters can not be restored. {{site.data.alerts.end}} Proceed with the following steps only if you are sure you want to delete a cluster: diff --git a/src/current/cockroachcloud/billing-management.md b/src/current/cockroachcloud/billing-management.md index f007470cdf0..7b117d42cd5 100644 --- a/src/current/cockroachcloud/billing-management.md +++ b/src/current/cockroachcloud/billing-management.md @@ -152,3 +152,7 @@ You can export invoice data in CSV or PDF format. From the **Invoices** tab, on - The PDF renders invoice information from the Console into a traditional invoice format. This format includes the high level information from the Console, a summary of total usage, the organization's billing address, and a CockroachDB letterhead. If you're using [folders]({% link cockroachcloud/folders.md %}) to organize your clusters, the full path for each cluster is provided under the **Cluster path** column. + +## Non-payment + +{% include cockroachcloud/non-payment.md %} diff --git a/src/current/cockroachcloud/cloud-api.md b/src/current/cockroachcloud/cloud-api.md index 48996427679..b8a67a83e8f 100644 --- a/src/current/cockroachcloud/cloud-api.md +++ b/src/current/cockroachcloud/cloud-api.md @@ -668,7 +668,9 @@ To delete a cluster, send a `DELETE` request to the `/v1/clusters/{cluster_id}` The service account associated with the secret key must have the Cluster Admin or Cluster Creator [role]({% link cockroachcloud/authorization.md %}#organization-user-roles). {{site.data.alerts.end}} -Sending a `DELETE` request permanently deletes the cluster and all the data within the cluster. +{{site.data.alerts.callout_danger}} +Sending a `DELETE` request permanently deletes the cluster and all the data within the cluster. Deleted clusters can not be restored. +{{site.data.alerts.end}} {% include_cached copy-clipboard.html %} ~~~ shell diff --git a/src/current/cockroachcloud/cluster-management.md b/src/current/cockroachcloud/cluster-management.md index 74d228fe493..7ae941e8105 100644 --- a/src/current/cockroachcloud/cluster-management.md +++ b/src/current/cockroachcloud/cluster-management.md @@ -132,7 +132,7 @@ To help prevent a cluster from being deleted by mistake, you can enable _deletio ## Delete cluster {{site.data.alerts.callout_danger}} -Deleting a cluster will delete all cluster data. +Deleting a cluster will delete all cluster data. Deleted clusters can not be restored. {{site.data.alerts.end}} {{site.data.alerts.callout_info}} diff --git a/src/current/cockroachcloud/costs.md b/src/current/cockroachcloud/costs.md index 82b55c85511..d720d606d78 100644 --- a/src/current/cockroachcloud/costs.md +++ b/src/current/cockroachcloud/costs.md @@ -309,6 +309,10 @@ In CockroachDB {{ site.data.products.advanced }}, CDC is billed monthly based on +## Non-payment + +{% include cockroachcloud/non-payment.md %} + ## Learn more - [Plan a CockroachDB {{ site.data.products.basic }} cluster]({% link cockroachcloud/plan-your-cluster-basic.md %}) diff --git a/src/current/cockroachcloud/free-trial.md b/src/current/cockroachcloud/free-trial.md index 85d7f293796..ea2c3632b51 100644 --- a/src/current/cockroachcloud/free-trial.md +++ b/src/current/cockroachcloud/free-trial.md @@ -65,7 +65,7 @@ If the trial ends and a payment method has not been provided, a 30 day grace per The cluster will be fully restored if a payment method is added. Any charges accrued during the grace period will be billed to the payment method. {{site.data.alerts.callout_danger}} -If the end of the grace period is reached and no payment method has been added, all clusters in the organization are deleted. +If the end of the grace period is reached and no payment method has been added, all clusters in the organization are deleted. Deleted clusters can not be restored. {{site.data.alerts.end}} ## Get started diff --git a/src/current/cockroachcloud/provision-a-cluster-with-terraform.md b/src/current/cockroachcloud/provision-a-cluster-with-terraform.md index 94d5296d3de..6b55a70b079 100644 --- a/src/current/cockroachcloud/provision-a-cluster-with-terraform.md +++ b/src/current/cockroachcloud/provision-a-cluster-with-terraform.md @@ -273,6 +273,10 @@ To change a cluster's plan from CockroachDB {{ site.data.products.standard }} to ## Delete a cluster +{{site.data.alerts.callout_danger}} +Sending a `destory` command permanently deletes the cluster and all the data within the cluster. Deleted clusters can not be restored. +{{site.data.alerts.end}} + If you want to delete a cluster managed by Terraform, run the following command: {% include_cached copy-clipboard.html %}