service_stop

Stop a service using the appropriate method.

⚙️ Compatible targets: Linux

⚠️ Deprecated: This method is deprecated and should not be used.

Parameters

NameDocumentation
nameName of the service.

This parameter is required.

Outcome conditions

You need to replace ${name} with its actual canonified value.

  • ✅ Ok: service_stop_${name}_ok
    • ☑️ Already compliant: service_stop_${name}_kept
    • 🟨 Repaired: service_stop_${name}_repaired
  • ❌ Error: service_stop_${name}_error

Example

method: service_stop
params:
  name: VALUE

Documentation

See service_action for documentation.