coolify_start_application
Start a Coolify application by providing its UUID to activate and run the deployed service.
Instructions
Start application
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Application UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Application UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}