File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ interface Clusters {
9191 | BadRequestResponse ;
9292
9393 /**
94- * Permanently removes a cluster that is stuck in Finalizing state.
95- * Requires a reason for audit purposes.
94+ * Permanently removes the cluster record from the database for a cluster stuck in Finalizing state.
95+ * This is a database-only operation. Requires a reason for audit purposes.
9696 */
9797 @ route ("/{cluster_id}/force-delete" )
9898 @ post
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ interface NodePools {
9696 | BadRequestResponse ;
9797
9898 /**
99- * Permanently removes a nodepool that is stuck in Finalizing state.
100- * Requires a reason for audit purposes.
99+ * Permanently removes the nodepool record from the database for a nodepool stuck in Finalizing state.
100+ * This is a database-only operation. Requires a reason for audit purposes.
101101 */
102102 @ route ("/clusters/{cluster_id}/nodepools/{nodepool_id}/force-delete" )
103103 @ post
You can’t perform that action at this time.
0 commit comments