Documentation Index
Fetch the complete documentation index at: https://relevanceai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Differences between deleting a tool and deleting a tool step
Tool deletion vs. tool step deletion:- Delete tool (Tools section): Permanently removes the tool from your project and all agents
- Delete a tool step (Agent Builder → Tools): Removes a single action within an existing tool’s workflow
Delete a tool
When you no longer need a tool, you can permanently delete it from your project.Before you delete
Before deleting a tool, check if any agents are using it:- Navigate to Agents in the left sidebar
- Open each agent that might use this tool
- Go to the Tools section in the Agent Builder
- Check if your tool appears in the agent’s tool list
Steps to delete a Tool
- Navigate to Tools in the left sidebar (not the Tools section within an agent)
- Find the tool you want to delete
- Click on the three-dot menu (⋮) in the top right corner
- Select Delete
- Confirm the deletion when prompted
What happens when you delete a tool
When you delete a tool:- The tool is permanently removed from your project
- Any agents using this tool will no longer have access to it
- Bulk runs in progress using this tool may fail
- Shared links to the tool will stop working
- The tool cannot be recovered
Delete individual tool steps
You can remove specific steps from a tool without deleting the entire tool. This is useful when refining your tool’s workflow or removing unnecessary steps.Steps to delete a tool step
- Open your tool in the Build tab
- Find the step you want to remove
- Click on the three-dot menu (⋮) in the top right corner of the step
- Select Delete step
- The step will be removed immediately
What happens when you delete a tool step
When you delete an individual tool step:- The step is immediately removed from the tool’s workflow
- Any subsequent steps that reference this step’s output will show an error
- You’ll need to update or remove references to the deleted step
- The deletion takes effect immediately upon saving the tool

