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 resume

task resume

Resume a task

Usage

coder task resume [flags] <task>

Description

  - Resume a task by name:

     $ coder task resume my-task

  - Resume another user's task:

     $ coder task resume alice/my-task

  - Resume a task without confirmation:

     $ coder task resume my-task --yes

Options

—no-wait

Typebool

Return immediately after resuming the task.

-y, —yes

Typebool

Bypass confirmation prompts.

esc