process-undeploy

Delete deployed process definitions irreversibly from Weaver via API.

30|6|Updated Mar 5, 2019
One-click install
npx skills add https://github.com/crim-ca/weaver --skill process-undeploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process-undeploy
Source: https://github.com/crim-ca/weaver/tree/main/.agents/skills/process-undeploy
Command: npx skills add https://github.com/crim-ca/weaver --skill process-undeploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need to permanently remove deployed processes from Weaver, ensuring that deprecated or unused processes are cleaned up efficiently.

Core Features & Use Cases

  • Irreversible Deletion: Permanently delete process definitions to free up resources.
  • Process Management: Manage process lifecycle, including cleaning up test processes or decommissioning old versions.
  • Use Case: When you need to remove a process that is no longer in use, this Skill can ensure that the process definition is deleted irreversibly.

Quick Start

Use the process-undeploy skill to remove the process with ID 'my-process'.

Frequently Asked Questions about process-undeploy

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

FAQPage Schema
How do I permanently delete a deployed process from Weaver?

To permanently delete a deployed process from Weaver, you use the process-undeploy function which performs irreversible deletion of the process definition. This is targeted for administrative use in decommissioning processes or cleaning up test environments.

What permissions are needed for Weaver process management and deletion?

Weaver process management and deletion requires Weaver API access with process management permissions. You must have these specific administrative permissions configured to execute the irreversible deletion of deployed process definitions.

When should I remove deployed process definitions from my environment?

You should remove deployed process definitions when managing the process lifecycle, such as decommissioning old versions, cleaning up test processes, or removing deprecated and unused processes to permanently free up resources.

Is process deletion in Weaver reversible?

Process deletion in Weaver is not reversible. The process-undeploy action performs irreversible deletion, ensuring that the targeted process definition is permanently removed and cannot be recovered.

What is the best way to clean up test processes in Weaver?

The best way to clean up test processes in Weaver is using the process-undeploy capability for irreversible deletion. It manages the process lifecycle by permanently removing unused process definitions to free up resources efficiently.