update_project_settings
Modify project settings such as retention and alerting configurations directly within the Coroot observability platform using the MCP Server.
Instructions
Update project settings and configuration.
Updates project-level settings such as retention, alerting, etc.
Args: project_id: Project ID settings: Updated project settings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | ||
settings | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
},
"settings": {
"additionalProperties": true,
"title": "Settings",
"type": "object"
}
},
"required": [
"project_id",
"settings"
],
"type": "object"
}