pause-mission

Pause a running background mission by its ID or title.

3|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/X-McKay/kubani --skill pause-mission
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pause-mission
Source: https://github.com/X-McKay/kubani/tree/main/kubani/skills/general/missions/pause-mission
Command: npx skills add https://github.com/X-McKay/kubani --skill pause-mission

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to temporarily stop a running background mission without deleting it, providing control over automated tasks.

Core Features & Use Cases

  • Suspend Missions: Halt scheduled execution of a specific mission.
  • Preserve Missions: Keep missions configured for future resumption.
  • Use Case: If a background mission that monitors cluster health starts consuming too many resources, you can use this Skill to pause it until you can investigate the issue, preventing further impact.

Quick Start

Pause the mission with the title 'Cluster health monitor'.

Frequently Asked Questions about pause-mission

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

FAQPage Schema
How do I temporarily stop a background mission without deleting it?

To temporarily stop a background mission, you can pause its scheduled execution. This preserves the mission configuration for future resumption while halting its active automated tasks.

How do I pause a running automated workflow to prevent resource consumption?

You can pause a running automated workflow to prevent further resource consumption. This temporarily disables recurring tasks and suspends the mission until you are ready to explicitly resume it.

What do I need to suspend a scheduled mission via the temporal client?

To suspend a scheduled mission via the temporal client, you need the mission ID or title. The system verifies the mission's existence and active status before updating its state to paused.

Does pausing a recurring task delete the mission configuration?

Pausing a recurring task does not delete the mission configuration. It simply stops scheduled execution and preserves the setup, allowing you to resume the automated workflow later.

When should I pause an active automated task instead of deleting it?

You should pause an active automated task when you need to temporarily halt execution to investigate issues, such as high resource consumption, while keeping the mission configured for future resumption.