warden_stop_svc
Stop Warden system services for a specified Magento 2 project by providing the project directory path.
Instructions
Stop Warden system services
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the project directory |
Input Schema (JSON Schema)
{
"properties": {
"project_path": {
"description": "Path to the project directory",
"type": "string"
}
},
"required": [
"project_path"
],
"type": "object"
}