scf_update_system
Update an existing system record by applying only the supplied fields—name, status, vendor, category, system type, description, or links—preserving all other values.
Instructions
Update an existing system record (write — editor+ role). All fields are optional; only provided fields are applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New system name | |
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| status | No | New lifecycle status | |
| vendor | No | New legacy free-text vendor name (prefer vendor_id) | |
| category | No | New free-text category | |
| system_id | Yes | System UUID to update — obtain from scf_list_systems | |
| vendor_id | No | New structural vendor link (UUID, same org) — obtain from scf_list_vendors | |
| description | No | New system description | |
| system_type | No | New system classification — one of: cloud_provider, identity_provider, ticketing, logging, security_tool, code_repository, document_management, endpoint_management, vulnerability_management, email_security, security_awareness, password_manager, communication, hr_system, custom | |
| catalog_template_id | No | New system-catalog template ID link — obtain from scf_list_system_catalog |