Skip to main content
POST /validate/twins/provision/{run_id}/extend
Reschedules the environment cleanup for an active twin provision so the session stays alive longer. The run must be in ready, provisioning, or queued status. Path parameters
FieldTypeDescription
run_idstringProvisioning run id returned from POST /validate/twins/provision.
Request body
FieldTypeRequiredDescription
ttl_minutesintegerNoNew cleanup delay in minutes, 1-480. Defaults to 60.
Response
{"status": "extended", "ttl_minutes": 60}
Errors
StatusDescription
400run_id is not a valid UUID, or the run is not in a state that can be extended.
404No run with that id exists for the authenticated user.