stop Command¶
Stop one or more running background instances of Enclave launched with the 'start' command.
Usage¶
enclave stop [--profile <VALUE>]
[--verbosity|-v <VALUE>]
[--all]
Parameters¶
| Name | Short Name | Description |
|---|---|---|
| profile | Specify the enclave profile name. | |
| verbosity | v | If specified, sets the verbosity of this command, overriding any configured value. Values of 1 to 5 will apply increasing verbosity. |
| all | Used to stop all the profiles. |
profile Parameter¶
Specify the enclave profile name.
| Name: | profile |
| Position: | Named parameter |
| Required: | No |
| Default value: | None |
verbosity Parameter¶
If specified, sets the verbosity of this command, overriding any configured value. Values of 1 to 5 will apply increasing verbosity.
| Name: | verbosity |
| Short name: | v |
| Position: | Named parameter |
| Required: | No |
| Default value: | -1 |
all Parameter¶
Used to stop all the profiles.
| Name: | all |
| Position: | None (Switch Parameter) |
| Required: | No (Switch Parameter) |
| Default value: | false |
Documentation generated by MdDocs