convex-delete-deployments

Convex Delete Deployments

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "convex-delete-deployments" with this command: npx skills add anand-testcompare/scripts-prompts-config/anand-testcompare-scripts-prompts-config-convex-delete-deployments

Convex Delete Deployments

Use this skill to list and bulk-delete Convex deployments via the Convex management API.

Workflow

  • Run dry-run first.

  • Review candidates.

  • Re-run with --apply after confirmation.

Command

python3 .agents/skills/convex-delete-deployments/scripts/delete_deployments.py
--team <team-slug>
--project <project-slug>

Default behavior is safe:

  • Dry-run only unless --apply is passed.

  • Targets only preview deployments unless --type is provided.

  • Never deletes dev or prod unless explicitly allowed.

Common Usage

Delete all preview deployments (recommended flow):

python3 .agents/skills/convex-delete-deployments/scripts/delete_deployments.py
--team <team-slug>
--project <project-slug>

python3 .agents/skills/convex-delete-deployments/scripts/delete_deployments.py
--team <team-slug>
--project <project-slug>
--apply

Delete only specific names:

python3 .agents/skills/convex-delete-deployments/scripts/delete_deployments.py
--team <team-slug>
--project <project-slug>
--name foo-preview-1
--name foo-preview-2
--apply --yes

Regex filter and exclusions:

python3 .agents/skills/convex-delete-deployments/scripts/delete_deployments.py
--team <team-slug>
--project <project-slug>
--match '^feature-'
--exclude feature-keep-me

Safety Rules

  • Keep --type preview as default for routine cleanup.

  • Use --include-dev only when intentionally rotating dev deployments.

  • Use --include-prod only for explicit teardown workflows.

  • Always inspect dry-run output before --apply --yes .

Inputs

Token resolution order:

  • --token

  • CONVEX_ACCESS_TOKEN

  • ~/.convex/config.json (accessToken )

Team/project resolution order:

  • --team / --project

  • CONVEX_TEAM / CONVEX_PROJECT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

openai-image-generation

No summary provided by upstream source.

Repository SourceNeeds Review
General

readme-maintainer

No summary provided by upstream source.

Repository SourceNeeds Review
General

ll-feishu-audio

飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。

Archived SourceRecently Updated
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated