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 delete

task delete

Delete tasks

Aliases:

  • rm

Usage

coder task delete [flags] <task> [<task> ...]

Description

  - Delete a single task.:

     $ $ coder task delete task1

  - Delete multiple tasks.:

     $ $ coder task delete task1 task2 task3

  - Delete a task without confirmation.:

     $ $ coder task delete task4 --yes

Options

-y, —yes

Typebool

Bypass confirmation prompts.

esc