WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node provides an operation to stop an observability server. It allows users to gracefully stop the server or force an immediate termination. This is useful in scenarios where you need to halt monitoring or observability services, either gently to preserve state or immediately to quickly free resources or stop malfunctioning services.

Use Case Examples

  1. Stopping an observability server gracefully during maintenance.
  2. Forcing an immediate stop of the observability server in case of critical failure.

Properties

Name Meaning
Force Determines whether to forcefully terminate the server immediately or stop it gracefully.
Request Options Additional HTTP request options to customize the stop request, including batching, SSL handling, proxy settings, and timeout.

Output

JSON

  • success - Indicates whether the stop operation was successful.
  • message - Additional information or status message about the stop operation.

Dependencies

  • Requires connection to the observability server API, potentially using API authentication credentials.

Troubleshooting

  • If the server does not stop, check if the 'Force' option is set correctly to force termination if needed.
  • Timeout errors may occur if the server is unresponsive; adjust the 'Timeout' setting accordingly.
  • SSL certificate validation errors can be bypassed by enabling 'Ignore SSL Issues', but this reduces security.
  • Proxy settings must be correctly configured if a proxy is required for network access.

Discussion