Skip to content

Commit feccbbd

Browse files
committed
HYPERFLEET-1075 - docs: Clarify force-delete is
database-only
1 parent 9434956 commit feccbbd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

services/clusters.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

services/nodepools.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)