openclaw_agents_update
Update any agent's configuration by specifying its agent ID and the fields you want to change.
Instructions
Update an existing agent's configuration. Wraps agents.update. Pass agentId + only the fields you want to change. Schema is permissive — gateway accepts the same shape as agents.create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | Agent id, e.g. 'main' | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |