Updates a task’s name, schemas, prompt, or storage configuration. Only the fields you include in the request body are updated.
Documentation Index
Fetch the complete documentation index at: https://docs.deck.co/llms.txt
Use this file to discover all available pages before exploring further.
Secret key (sk_live_...)
Unique identifier for the task (prefixed with task_).
Request body for updating a task. Only include fields you want to change.
OK
A task object. Tasks are defined actions an agent can perform.
Unique identifier for the task, prefixed with task_.
Always task.
Display name for the task.
Instructions for the agent describing what this task should do.
Task status: learning, test, or live.
The agent this task belongs to. Prefixed with agt_.
JSON Schema defining the expected input for task runs.
JSON Schema defining the expected output for task runs.
Storage configuration for file capture during task execution.
ISO 8601 timestamp of when the resource was created.
ISO 8601 timestamp of when the resource was last updated.
Unique identifier for the API request. Include this when contacting support.