Skip to content

Commit 7eb3668

Browse files
authored
Restore delete application (#309)
* Restore delete application Re-exposed delete application topic after verifying with product * Update manage-application.md
1 parent ae7b377 commit 7eb3668

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_docs/deployment/manage-application.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Application creation and deployment is one part of the continuous deployment/del
1313
* [Synchronize applications](#manually-synchronize-an-application)
1414
Sync applications on-demand by manually applying sync options or selecting the resources to sync.
1515

16-
<!---* [Delete applications](#delete-an-application)
17-
Delete unused or legacy applications to avoid clutter and remove unnecessary resources.-->
16+
* [Delete applications](#delete-an-application)
17+
Delete unused or legacy applications to avoid clutter and remove unnecessary resources.
1818

1919

2020
* [Manage rollouts for deployments](#manage-rollouts-for-deployments)
@@ -214,7 +214,7 @@ For example, if you made changes to `api` resources or `audit` resources, type `
214214
<br><br>
215215
{:/}
216216

217-
<!---### Delete an application
217+
### Delete an application
218218
Delete an application from Codefresh. Deleting an application deletes the manifest from the Git repository, and then from the cluster where it is deployed. When deleted from the cluster, the application is removed from the Applications dashboard in Codefresh.
219219

220220
>**Prune resources** in the application's General settings determines the scope of the delete action.
@@ -248,7 +248,7 @@ Codefresh warns you of the implication of deleting the selected application in t
248248
%}
249249

250250
{:start="4"}
251-
1. To confirm, click **Commit & Delete**.-->
251+
1. To confirm, click **Commit & Delete**.
252252

253253
### Manage rollouts for deployments
254254
Control ongoing rollouts by resuming indefinitely paused steps, promoting rollouts, aborting, restarting and retrying rollouts.

_docs/whats-new/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ Codefresh warns you of the implication of deleting the selected application in t
10051005
max-width="50%"
10061006
%}
10071007

1008-
See [Update application configuration]({{site.baseurl}}/docs/deployment/create-application/#update-application-configuration) and [Delete an application]({{site.baseurl}}/docs/deployment/create-application/#delete-an-application).
1008+
See [Update application configuration]({{site.baseurl}}/docs/deployment/create-application/#update-application-configuration) and [Delete an application]({{site.baseurl}}/docs/deployment/manage-application/#delete-an-application).
10091009

10101010
{::nomarkdown}
10111011
<br>

0 commit comments

Comments
 (0)