deleteEnvironment

Delete an environment.

Format

udclient [global-args...] [global-flags...] 
deleteEnvironment [args...]

Options


-environment, --environment
Required. Name or id of the environment

-application, --application
Optional. Name or id of the application (required unless environment
id is specified)

-deleteAttachedResources, --deleteAttachedResources
Optional. When true, all base resources in this environment will be
deleted, as well as all of their children. (Optional. Defaults to
false.)

-deleteCloudInstances, --deleteCloudInstances
Optional. When true, any instances in the cloud provider this
environment is associated with will be deleted as well. Only valid
for environments created with the SmartCloud integration. (Optional.
Defaults to false.)

Feedback