Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _docs/deployment/manage-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Application creation and deployment is one part of the continuous deployment/del
* [Synchronize applications](#manually-synchronize-an-application)
Sync applications on-demand by manually applying sync options or selecting the resources to sync.

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


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

<!---### Delete an application
### Delete an application
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.

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

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

### Manage rollouts for deployments
Control ongoing rollouts by resuming indefinitely paused steps, promoting rollouts, aborting, restarting and retrying rollouts.
Expand Down
2 changes: 1 addition & 1 deletion _docs/whats-new/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ Codefresh warns you of the implication of deleting the selected application in t
max-width="50%"
%}

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

{::nomarkdown}
<br>
Expand Down