Skip to main content
Modifies an existing task on an agent’s checklist. Changes the task’s status, subject, description, or dependency edges. On success, prints the task ID.

Synopsis

On a VM, the slug is optional — omitting it updates a task on the current agent’s own checklist.

Arguments

Task statuses

Examples

Mark a task as completed

Change a task’s subject

Add dependency edges

Mark that t_9d4e2f1a cannot start until t_8f3a1b2c finishes:
You can also express this from the other direction — mark that t_8f3a1b2c blocks t_9d4e2f1a:

Update multiple fields at once

Self-update on a VM

When running on an agent VM, omit the slug:

Errors