Alter the Deployment by renaming it, and/or reset its properties and referenced Control Center.
alterDeploymentCommand =  OMBALTER ( DEPLOYMENT "QUOTED_STRING" ( 
          "renameClause" [ SET "setPropertiesClause" ] [ 
          "setReferenceControlCenterClause" ] [ "setReferenceRemoteAgentClause" 
          ] [ "setAsActiveClause" ] | SET "setPropertiesClause" [ 
          "setReferenceControlCenterClause" ] [ "setReferenceRemoteAgentClause" 
          ] [ "setAsActiveClause" ] | "setReferenceControlCenterClause" [ 
          "setReferenceRemoteAgentClause" ] [ "setAsActiveClause" ] | 
          "setReferenceRemoteAgentClause" [ "setAsActiveClause" ] | 
          "setAsActiveClause" ) )
     renameClause =  RENAME TO "QUOTED_STRING"
     setPropertiesClause =  PROPERTIES "(" "propertyNameList" ")" VALUES "(" 
          "propertyValueList" ")"
     setReferenceControlCenterClause =  SET ( REFERENCE | REF ) CONTROL_CENTER 
          "QUOTED_STRING"
     setReferenceRemoteAgentClause =  SET ( REFERENCE | REF ) AGENT 
          "QUOTED_STRING"
     setAsActiveClause =  SET AS ACTIVE
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     propertyValueList =  "propertyValue" { "," "propertyValue" }
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )
Basic properties for DEPLOYMENT: Name: BUSINESS_NAME Type: STRING(200) Valid Values: Any valid character string in supported character set. Default: NAME Business name of a Deployment Name: DESCRIPTION Type: STRING(4000) Valid Values: Any valid character string in supported character set. Default: Empty string Description of a Deployment.