Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stops running Dev Proxy instances.
Synopsis
devproxy stop [options]
Options:
--pid <pid> Stop a specific instance
--force Forcefully terminate the process
--output <format> Output format: text|json (default: text)
--log-level <level> Logging level: trace|debug|information|warning|error
-h, --help Show help
Usage
devproxy stop
Arguments
None
Options
| Name | Description | Allowed values | Default |
|---|---|---|---|
--force |
Forcefully terminate the Dev Proxy process instead of sending a graceful stop signal | n/a | n/a |
--log-level <loglevel> |
Level of messages to log | trace, debug, information, warning, error |
information |
--output <format> |
Output format for structured logging | text, json |
text |
--pid <pid> |
Stop a specific Dev Proxy instance by process ID | integer | n/a |
Remarks
When you run multiple Dev Proxy instances (using --as-system-proxy false), the stop command without --pid stops all running instances. Use the --pid option to stop a specific instance.
If the graceful stop fails (for example, because the API port is unavailable), use the --force option to forcefully terminate the process.