Previous Topic: start --Start a Component (Component Control)Next Topic: continue (Component Control)--Continue Starting of a Component


stop (Component Control)--Stop a Component

Stop a component

Syntax
component stop name [ --kill ] [ --force ] 
Parameters
name

Name of component to stop. Name should be of the form application name:component name

--kill

Force the component to stop (that is, non-graceful shutdown). Forcing a component to stop may cause data corruption.

--force

Skip user verification.

Examples

component stop sugarcrm:main.config

Stop component 'main.config' in application 'sugarcrm'