## Pause **post** `/agent/tasks/{id}/pause` Pauses a running agent task. ### Path Parameters - `id: string` ### Returns - `status: optional string` ### Example ```http curl https://api.tzafon.ai/agent/tasks/$ID/pause \ -X POST \ -H "Authorization: Bearer $TZAFON_API_KEY" ```