coolify_stop_service
Stop a running service in Coolify by specifying its UUID to halt operations and conserve resources.
Instructions
Stop service
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Service UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Service UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}