coolify_restart_application
Restart a Coolify application using its UUID to apply changes or resolve issues without full redeployment.
Instructions
Restart 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"
}