بنقرة واحدة
delete
Delete a Vocal Bridge voice agent permanently. Releases the phone number and removes the agent.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Delete a Vocal Bridge voice agent permanently. Releases the phone number and removes the agent.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
View and update all agent configuration settings including style, capabilities, MCP servers, and more.
Show help for Vocal Bridge Claude Code plugin commands
Create and deploy a new voice agent (paid subscribers only)
Evaluate a call recording with a multimodal LLM. Sends the audio, the agent's prompt and configuration, the structured session log (transcript + tool calls + client actions), and the raw session report for a qualitative QA assessment. Pilot subscribers only, 100 evals per day.
Place an outbound phone call through your Vocal Bridge agent (Paid subscribers only).
Get developer documentation for integrating your Vocal Bridge agent into applications.
| 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:
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.