coolify_restart_service
Restart a specific service in Coolify by providing its UUID to resolve issues or apply configuration changes.
Instructions
Restart 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"
}