Remove-NCAzEnvironment
The Remove-NCAzEnvironment PowerShell cmdlet deletes an entire NCache Azure environment, including all the relevant virtual machines and any public IP resources (if applicable).
This action is irreversible, and it cleans up all deployed components related to the specified environment.
Remove-NCAzEnvironment -Name
Examples
- This command removes the environment named Production and all associated resources:
Remove-NCAzEnvironment -Name Production
Note
You will be prompted with a confirmation message before deletion is executed. No environment will be deleted without explicit user confirmation.
Properties
Note
Parameters with an asterisk (*) are required.
| Parameter | Data Type | Description |
|---|---|---|
-Name* |
<String> |
Specifies the name of the environment you wish to delete. |