coolify_start_service
Start a specific service in Coolify infrastructure management using its unique UUID identifier to activate and run the service.
Instructions
Start 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"
}