coolify_get_security_key
Retrieve a security key using its UUID to access secure resources or authenticate operations within the Coolify infrastructure management platform.
Instructions
Get security key by UUID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Security key UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Security key UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}