coolify_get_team
Retrieve team details by ID to manage team operations and infrastructure access within the Coolify ecosystem.
Instructions
Get team by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Team ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Team ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}