update_project
Modify project details like name, description, status, or risk policy in the SD Elements security platform. Use this tool to update existing projects when requirements change.
Instructions
Update an existing project (name, description, status, or risk_policy). Use when user says 'update', 'change', 'modify', or 'rename'. Do NOT use for 'archive', 'delete', or 'remove' - use delete_project instead.
IMPORTANT: risk_policy must be the numeric ID of the risk policy (e.g., 1, 2, 3), not the name. Use list_risk_policies to find the correct ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project to update | |
| name | No | New name for the project | |
| description | No | New description | |
| status | No | New status | |
| risk_policy | No | Risk policy ID (must be numeric) |