Update Runtime

View as Markdown

Update a runtime: name and idleTimeoutMinutes any time, launch config only while the runtime is stopped.

Authentication

AuthorizationBearer

Use Bearer <api-key>.

Path parameters

runtimeIdstringRequired

Request

This endpoint expects an object.
configobjectOptional
idleTimeoutMinutesintegerOptional1-60
namestringOptional1-120 characters

Response

OK
activeRunIdstring or nullformat: "uuid"
createdAtdatetime
idstringformat: "uuid"
namestring>=1 character
spaceIdstringformat: "uuid"
statusenum
type"browser"
updatedAtdatetime
configobject
connectUrlstringformat: "uri"
lastActivityAtdatetime
metadataobject or null
protocolenum

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error