Skip to main content
Most Call properties are immutable after creation. The following mutations are supported: You can perform all of these mutations from the UI by navigating to the Call detail page: To update a Call in the web app:
  1. Navigate to wandb.ai and select your project.
  2. In the Weave project sidebar, click Traces.
  3. Find the Call you want to view in the table.
  4. Click on the Call to open its details page.
  5. Click the Feedback tab in the Call detail’s tab bar.
Here you can edit the display name of the Call, add feedback, or delete the Call.
Weave Traces page excerpt of a selected Call details panel showing how you can rename or delete a Call

Set display name

To set the display name of a Call, use the Call.set_display_name() method.
You can also set a Call’s display name at execution.

Add feedback

Please see the Feedback Documentation for more details.

Delete a Call

To delete a Call using the Python API, use the Call.delete method.

Delete multiple Calls

To delete batches of Calls using the Python API, pass a list of Call IDs to delete_calls().