| title | task pause |
|---|---|
| description | Pause a task |
Pause a task
coder task pause [flags] <task> - 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| Type | bool |
Bypass confirmation prompts.