JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. Putting an Enterprise in a Suspended State Prerequisites See Suspended State. Procedure In the build file, add a target named suspend. For a sample file, see enterprise_suspend_build.xml. <target name="suspend"> <AMXAdminTask ... ... /> </target> In the AMXAdminTask element of the suspend target, set the action attribute to suspend and the objectSelector attribute to Enterprise. <AMXAdminTask remote="true" propsFile="${instanceProperties}" action="suspend" dataFile="${dataFile}" objectSelector="Enterprise" force="false" failOnError="false" /> In the options attribute, you can specify optional attributes such as suspendEnterpriseTimeoutInSec, suspendCfTimeoutInSec, and note. options="suspendEnterpriseTimeoutInSec 1800,suspendCfTimeoutInSec 1800,note ${note}" For more information about these optional attributes, see CLI Attributes. Invoke the command-line interface on the build file. ResultFor a sample output, refer to: Sample: Suspend Sample: Suspend When the Enterprise is not in a Suspended State Copyright © Cloud Software Group, Inc. All rights reserved.