aiconfig-update

Update, archive, and delete LaunchDarkly AI Configs with API verification.

25|8|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-update-launchdarkly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiconfig-update
Source: https://github.com/launchdarkly/agent-skills/tree/main/skills/ai-configs/aiconfig-update
Command: npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-update-launchdarkly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AI Configs in LaunchDarkly require careful lifecycle governance. This skill helps teams update, archive, and delete AI Configs and their variations with safe, auditable steps.

Core Features & Use Cases

  • Update metadata (name, description) of AI Configs
  • Modify variation instructions, messages, models, and parameters
  • Archive configs (reversible) or delete them (permanent)
  • Verify changes via API fetch and validation Use cases include refining agent behavior, updating supported models, and removing deprecated variations across projects.

Quick Start

Update an AI Config's metadata and verify the results with an API fetch.

Frequently Asked Questions about aiconfig-update

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

FAQPage Schema
How do I update LaunchDarkly AI Config variations and metadata via API?

To update LaunchDarkly AI Configs, fetch the current configuration first, then modify variation instructions, messages, models, or metadata parameters, and verify the results with a post-change API fetch.

What is the safest way to delete an AI Config in LaunchDarkly?

The safest way to delete an AI Config is to first archive it reversibly, verify the archival state, and then execute the permanent delete flow with explicit safety checks to prevent accidental data loss.

Can I archive LaunchDarkly AI Configs instead of permanently deleting them?

Yes, you can archive LaunchDarkly AI Configs reversibly across projects instead of deleting them, allowing you to remove deprecated variations from active use while retaining the ability to restore them later.

Do I need an API token to modify AI Configs across multiple projects?

Yes, you need a valid LaunchDarkly API token to authenticate requests when updating, archiving, or deleting AI Configs and their variations across different projects.

Why should I fetch an AI Config before making changes?

Fetching an AI Config before making changes enforces a safe governance workflow by verifying current state and metadata, preventing conflicting updates to variation instructions or models.

Does updating AI Config parameters support post-change verification?

Yes, updating AI Config parameters supports post-change verification by executing an API fetch after the modification to validate that the new models, instructions, and metadata applied correctly.