| name | delete |
| description | Delete a Vocal Bridge voice agent permanently. Releases the phone number and removes the agent. |
| allowed-tools | Bash |
Delete a voice agent permanently, releasing its phone number and cleaning up all resources.
First ensure CLI is installed:
pip install --upgrade vocal-bridge
Then run:
vb agent delete
This will:
- Show the agent details (name, ID, phone number)
- Ask you to type the agent name to confirm deletion
- Delete the dispatch rule and release the phone number
- Remove the agent record
To delete a specific agent by ID:
vb agent delete <agent_id>
To skip the confirmation prompt (use with caution):
vb agent delete --force
Warning: This action is permanent and cannot be undone. The phone number will be released and may be reassigned.