list_teams
Retrieve all teams accessible to the authenticated user and obtain their UUIDs, which are required for performing other team-related operations within Coolify.
Instructions
List all teams the authenticated user has access to. Use this to get team UUIDs needed for other operations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}