deployment-management

List, filter, and delete LangGraph Cloud test deployments by name, status, and type.

3|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/codekiln/langstar --skill deployment-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-management
Source: https://github.com/codekiln/langstar/tree/main/.claude/skills/deployment-management
Command: npx skills add https://github.com/codekiln/langstar --skill deployment-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the manual management of LangGraph Cloud deployments, especially for cleaning up test environments, filtering by various criteria, and ensuring secure credential handling. It helps prevent orphaned resources and reduces cloud costs.

Core Features & Use Cases

  • Intelligent Cleanup: Easily list, filter, and delete test deployments by name patterns, status, or type, preventing resource sprawl.
  • Secure Environment Handling: Automatically checks and sources LANGSMITH_API_KEY from the devcontainer environment without exposing sensitive values.
  • Use Case: After running integration tests, use this skill to list all "langstar-test" deployments, review their status, and interactively delete them, preventing orphaned resources and reducing cloud costs.

Quick Start

List all LangGraph Cloud deployments that contain "test" in their name and are currently in a "READY" status.

Frequently Asked Questions about deployment-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean up test deployments in LangGraph Cloud?

Clean up test deployments by listing them with filters for name patterns, status, or type, then delete them interactively or in batch. This Skill automates the process, preventing orphaned resources and reducing cloud costs after running integration tests.

Can I filter LangGraph Cloud deployments by name and status?

Yes, filter deployments by name patterns, status (like READY), and type. The Skill lists matching deployments so you can review them before deletion, making it easy to target specific test environments.

How does this Skill handle API credentials securely?

The Skill automatically checks and sources LANGSMITH_API_KEY from your devcontainer environment without exposing sensitive values, removing the need to manually manage credentials for LangGraph Cloud operations.

What's the best way to automate LangGraph deployment cleanup in CI/CD workflows?

Use this Skill to list and delete test deployments via CLI with batched operations and environment-sourced credentials, enabling safe, automated cleanup without manual intervention or credential exposure.

Do I need manual steps before deleting LangGraph Cloud deployments?

The Skill includes pre-checks and safe interactive prompts before deletion, so you review deployments first. For batched deletion, it automates the process once you confirm, reducing risk of accidental removal.

Why should I use deployment filtering instead of deleting all test deployments at once?

Filtering by name, status, and type lets you target specific deployments, preventing accidental deletion of production or important test resources while keeping your LangGraph Cloud environment clean and cost-efficient.