update_project
Update an existing project in SemaphoreUI by providing the project ID and adjusting optional settings like name, alerts, or parallel task limits.
Instructions
Update an existing project.
Args: project_id: ID of the project to update name: Project name (optional) alert: Enable alerts (optional) alert_chat: Chat channel for alerts (optional) max_parallel_tasks: Maximum parallel tasks (optional) project_type: Project type (optional)
Returns: Empty dict on success
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| name | No | ||
| alert | No | ||
| alert_chat | No | ||
| max_parallel_tasks | No | ||
| project_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||