nexo_artifact_update
Update an existing artifact by providing only the fields to change. Non-empty fields replace existing values for that artifact ID.
Instructions
Update an existing artifact. Only non-empty fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Artifact ID to update | |
| canonical_name | No | New primary name | |
| aliases | No | New JSON array of aliases (replaces existing) | |
| description | No | New description | |
| uri | No | New URI | |
| ports | No | New ports JSON array | |
| paths | No | New paths JSON array | |
| run_cmd | No | New run command | |
| state | No | New state (active, inactive, broken, archived) | |
| domain | No | New domain | |
| metadata | No | New metadata JSON (merged with existing) |