rad env delete CLI reference
Details on the rad env delete Radius CLI command
rad env delete
Delete environment
Synopsis
Delete environment. Deletes the user’s default environment by default.
rad env delete [flags]
Examples
# Delete current environment
rad env delete
# Delete current environment and bypass confirmation prompt
rad env delete --yes
# Delete specified environment
rad env delete my-env
# Delete specified environment in a specified resource group
rad env delete my-env --group my-env
Options
-e, --environment string The environment name
-g, --group string The resource group name
-h, --help help for delete
-o, --output string output format (supported formats are json, table) (default "table")
-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")
SEE ALSO
- rad env - Manage Radius Environments
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.