Skip to content
Snippets Groups Projects
Commit f1debf96 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski Committed by GitLab Release Tools Bot
Browse files

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 df9c55ad)

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