DEMO A showcase of hev ask⌘K agentic search — running on Coder's real docs. Unaffiliated with Coder; not the official documentation. Official Coder docs ↗ Add ask to your docs ↗
Documentation › task pause

task pause

Pause a task

Usage

coder task pause [flags] <task>

Description

  - Pause a task by name:

     $ coder task pause my-task

  - Pause another user's task:

     $ coder task pause alice/my-task

  - Pause a task without confirmation:

     $ coder task pause my-task --yes

Options

-y, —yes

Typebool

Bypass confirmation prompts.

esc