How-To: Delete an application from a Radius Environment
Categories:
Pre-requisites
- A deployed application in a Radius Environment.
Step 1: Delete the Radius Application from the environment
You can delete the Radius Application using the rad app delete
command:
rad app delete <appname>
This will delete the following resources from the Radius Environment
- All the resources created by Radius on the Kubernetes cluster under the
<namespace-name>-<app-name>
namespace - All the resources provisioned by Recipes
Step 2: Delete any cloud/platform resources
AWS, Azure, Kubernetes, and any other cloud/platform resources that were deployed alongside your Radius Application and not as part of a Recipe need to be deleted as a separate step.
Azure resources can be deleted via the Azure portal or the Azure CLI.
AWS resources can be deleted via the AWS console or the AWS CLI.
Kubernetes resources can be deleted via kubectl delete.
Feedback
Was this page helpful?
Glad to hear it! Please feel free to star our repo and join our Discord server to stay up to date with the project.
Sorry to hear that. If you would like to also contribute a suggestion visit and tell us how we can improve.