rad application delete CLI reference
Details on the rad application delete Radius CLI command
rad application delete
Delete Radius Application
Synopsis
Delete the specified Radius Application deployed in the default environment
rad application delete [flags]
Examples
# Delete specified application and bypass confirmation prompt
rad app delete --yes --application my-app
# Delete specified application
rad app delete my-app
# Delete specified application in a specified resource group
rad app delete my-app --group my-group
# Force delete an application with resources stuck in a non-terminal state
rad app delete my-app --force
Options
-a, --application string The application name
--force Force the operation even if the resource is in a non-terminal provisioning state
-g, --group string The resource group name
-h, --help help for delete
--preview Use the Radius.Core preview implementation
-w, --workspace string The workspace name
-y, --yes The confirmation flag
Options inherited from parent commands
--config string config file (default "$HOME/.rad/config.yaml")
-o, --output string output format (supported formats are json, table) (default "table")
SEE ALSO
- rad application - Manage Radius Applications
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.