Remover.sh

Synopsis

You can use the command remover.sh to remove a new SAP system. The script can be used to remove workload zones and SAP systems.

Syntax


remover.sh [--parameterfile] <String> [--type] <String> [ --help ]<String>]
s>]

Description

The remover.sh script deploys or updates a new deployment of the specified type.

Examples

Example 1

Removes an SAP System deployment.


remover.sh --parameterfile DEV-WEEU-SAP00-X00.tfvars --type sap_system

Example 2

Removes a workload deployment.

remover.sh --parameterfile DEV-WEEU-SAP00-INFRASTRUCTURE.tfvars --type sap_landscape

Parameters

--parameter_file

Sets the parameter file for the system

Type: String
Aliases: `-p`

Required: True

--type

Sets the type of deployment. Valid values include: sap_deployer, sap_library, sap_landscape, and sap_system.

Type: String
Accepted values: sap_deployer, sap_landscape, sap_library, sap_system
Aliases: `-t`

Required: True

--help

Shows help for the script.

Type: SwitchParameter
Aliases: `-h`

Required: False

Notes

v0.9 - Initial version

Copyright (c) Microsoft Corporation. Licensed under the MIT license.

GitHub repository: SAP on Azure Deployment Automation Framework