Explore Coder
AI-native Development
Coder powers secure, scalable development across key industries — automotive, finance, government, and technology — enabling faster builds, tighter compliance, and seamless AI adoption in enterprise-grade cloud environments.
Explore by Industry
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
| Type | bool |
Bypass confirmation prompts.


