Convex Delete Deployments
This skill swiftly removes and redeploys Convex deployments, streamlining updates and minimizing downtime for faster DevOps workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add convex-delete-deployments npx -- -y @trustedskills/convex-delete-deployments
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"convex-delete-deployments": {
"command": "npx",
"args": [
"-y",
"@trustedskills/convex-delete-deployments"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to delete and deploy Convex deployments. It can remove existing deployments, create new ones based on provided configurations, and manage the deployment lifecycle within a Convex environment. This simplifies development workflows by automating common DevOps tasks related to Convex applications.
When to use it
- You need to quickly revert to a previous version of your Convex application for debugging purposes.
- You want to deploy changes from a local development environment to a staging or production Convex deployment.
- Automating the process of deploying new features or bug fixes to your Convex applications.
- Cleaning up old deployments that are no longer needed in your Convex project.
Key capabilities
- Deletion of existing Convex deployments.
- Creation of new Convex deployments based on configuration.
- Management of deployment lifecycle within a Convex environment.
Example prompts
- "Delete the 'staging' Convex deployment."
- "Deploy my changes to the 'production' environment using the latest configuration file."
- “Create a new convex deployment named ‘test’ from the current local setup.”
Tips & gotchas
This skill requires access and permissions within your Convex project. Ensure the AI agent has appropriate credentials configured for successful deployment operations.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.