tenki_update_sandbox
Update an existing sandbox's name, tags, idle timeout, or max duration by providing its session ID and the fields to change.
Instructions
Update mutable fields on an existing sandbox — its name, tags, idle timeout, or max duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New human-readable name. | |
| tags | No | Replacement tag list (send [] to clear all tags). | |
| session_id | Yes | The sandbox/session ID to update. | |
| idle_timeout_minutes | No | Auto-pause after this many idle minutes (cost-safety cap). | |
| max_duration_seconds | No | New hard lifetime cap in seconds (sent as a Duration string, e.g. 3600s). |