cldkctl_project_r_quota_pre
Check and retrieve resource quota details for a specific project by providing the Project ID, enabling efficient resource management in Cloudeka’s cldkctl environment.
Instructions
Call the cldkctl_project_r_quota_pre endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | Project ID |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "Project ID",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}