cldkctl_superadmin_balance_detail
Retrieve detailed balance information for an organization and project using the MCP cldkctl Server. Essential for managing resources and monitoring usage efficiently.
Instructions
Call the cldkctl_superadmin_balance_detail endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
organization_id | Yes | Organization ID | |
project_id | Yes | Project ID |
Input Schema (JSON Schema)
{
"properties": {
"organization_id": {
"description": "Organization ID",
"type": "string"
},
"project_id": {
"description": "Project ID",
"type": "string"
}
},
"required": [
"organization_id",
"project_id"
],
"type": "object"
}