ads-pause

Pause active advertising projects via the ahcli CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sandwichlab-ai/sandwichlab-skills --skill ads-pause
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ads-pause
Source: https://github.com/sandwichlab-ai/sandwichlab-skills/tree/main/skills/ads-pause
Command: npx skills add https://github.com/sandwichlab-ai/sandwichlab-skills --skill ads-pause

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

暂停指定的广告投放项目。通过 ahcli CLI 工具查询项目当前状态并执行暂停操作。

Core Features & Use Cases

  • 能够通过 ahcli CLI 查询广告投放项目的当前状态。
  • 在符合条件时执行暂停操作,将投放状态切换为 paused。
  • 支持在暂停前后的状态验证与错误处理,确保用户获得明确反馈。

Quick Start

输入要暂停的项目ID并选择环境,系统将暂停该广告投放项目。

Frequently Asked Questions about ads-pause

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

FAQPage Schema
How do I pause an advertising campaign using ahcli?

To pause an advertising campaign using ahcli, query the project's current status to ensure it is active, then issue the project pause command to switch the state to paused and validate the final outcome.

What happens when I pause an ad campaign via CLI?

Pausing an ad campaign via CLI queries the current project status, issues a pause command to halt active or processing campaigns, and confirms the final paused state to ensure the operation succeeded.

Do I need to check auth status before pausing ads with ahcli?

Yes, you need to check auth status before pausing ads with ahcli to prevent unauthorized errors, as the pause flow requires valid authentication credentials to execute project get and pause commands successfully.

What should I do if the advertising project is not found when pausing?

If the advertising project is not found when pausing, verify the input project ID and selected environment, as the ahcli pause flow handles not found errors by guiding users to correct the project identifier before retrying.

Can I pause ad campaigns that are currently processing?

Yes, you can pause ad campaigns that are currently processing, as the pause scope covers both active and processing advertising projects, allowing the ahcli CLI to switch their state to paused and validate the outcome.