Push the deadline back
extend_teardownAdd minutes to a Vast.ai instance's hard teardown deadline when a job needs more time. Keeps the instance running longer without removing the eventual teardown guarantee.
Instructions
Moves an instance’s hard teardown deadline. Use when a render needs longer than planned; it never removes the deadline entirely. Returns JSON: {ok, message, next_tool, next_args, ...tool-specific fields}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | ||
| idle_minutes | No | ||
| additional_minutes | Yes | Minutes to add to the current deadline |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | false only when the tool itself failed (bad input, missing key, API error). | |
| message | Yes | Human-readable summary to relay to the user. | |
| next_args | No | Suggested arguments for next_tool. | |
| next_tool | No | Suggested next tool, or null when nothing else is needed. |