cancel

Cancel a queued or running Claude Code job by job-id.

161|28|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/sendbird/cc-plugin-codex --skill cancel-sendbird
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/cancel
Command: npx skills add https://github.com/sendbird/cc-plugin-codex --skill cancel-sendbird

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancel an active tracked Claude Code job in this repository.

Core Features & Use Cases

  • Stop a queued or running Claude Code job by its job-id.
  • Ensure you always execute the installed companion script to perform the cancellation.
  • Output exactly the companion stdout without extra prose.

Quick Start

Provide the job-id and run the skill to cancel the active Claude Code job using the installed companion script.

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I cancel a running Claude Code job by its job-id?

To cancel a Claude Code job, provide the specific job-id and execute the skill, which triggers the installed companion script to stop the queued or running task and return its stdout output.

Can I stop a stalled Claude Code task in my repository?

Yes, you can stop a stalled Claude Code task by supplying its job-id to the skill, which invokes the companion script to halt execution across the repository and display the resulting standard output.

What is needed to cancel a queued Claude Code job on demand?

Canceling a queued Claude Code job requires the installed companion script and the specific job-id, ensuring the skill can target and stop the active task while returning the script's standard output.

Does canceling an active Claude Code job require any external dependencies?

No external dependencies are required beyond the installed companion script, which the skill executes using the provided job-id to stop the active Claude Code job and return its standard output.

What output should I expect when stopping a Claude Code job?

When stopping a Claude Code job, you should expect exactly the standard output produced by the companion script, with no additional prose or formatting added by the skill itself.