winops_svc_stop
Stop a Windows service and wait for it to reach stopped state. Provide the service name; optionally set a timeout for confirmation.
Instructions
Stop a Windows service and wait for it to reach stopped state.
Return Format
{"success": bool, "name": str, "status": str}Examples
stop(service_name="wuauserv")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Windows service name to stop. | |
| wait_timeout | No | Seconds to wait for stopped state. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||