Commit f1debf96 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski Committed by GitLab Release Tools Bot

Merge branch 'hchouraria-docs-cluster-delete-api-no-cleanup-behavior' into 'master'

Clarify cluster deletion behavior in APIs

See merge request gitlab-org/gitlab!85913

(cherry picked from commit df9c55ad8cd3c51027836ea57091b6eecc188c16)

15799afe Clarify cluster deletion behavior
parent 8f0c00bc
...@@ -315,7 +315,7 @@ Example response: ...@@ -315,7 +315,7 @@ Example response:
## Delete group cluster ## Delete group cluster
Deletes an existing group cluster. Deletes an existing group cluster. Does not remove existing resources within the connected Kubernetes cluster.
```plaintext ```plaintext
DELETE /groups/:id/clusters/:cluster_id DELETE /groups/:id/clusters/:cluster_id
......
...@@ -290,7 +290,7 @@ Example response: ...@@ -290,7 +290,7 @@ Example response:
## Delete instance cluster ## Delete instance cluster
Deletes an existing instance cluster. Deletes an existing instance cluster. Does not remove existing resources within the connected Kubernetes cluster.
```plaintext ```plaintext
DELETE /admin/clusters/:cluster_id DELETE /admin/clusters/:cluster_id
......
...@@ -388,7 +388,7 @@ Example response: ...@@ -388,7 +388,7 @@ Example response:
## Delete project cluster ## Delete project cluster
Deletes an existing project cluster. Deletes an existing project cluster. Does not remove existing resources within the connected Kubernetes cluster.
```plaintext ```plaintext
DELETE /projects/:id/clusters/:cluster_id DELETE /projects/:id/clusters/:cluster_id
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment