Update a runtime
Update a runtime: name and idleTimeoutSeconds any time, launch config only while the runtime is stopped.
Authentication
AuthorizationBearer
Use Bearer <api-key>.
Path parameters
runtimeId
Unique runtime identifier generated by BCTRL.
Headers
BCTRL-Subaccount-Id
Optional effective subaccount context for organization API keys. Subaccount API keys are already scoped and cannot use this header to act as another subaccount.
Request
This endpoint expects an object.
config
idleTimeoutSeconds
name
Response
OK
activeRunId
createdAt
RFC 3339 timestamp with a UTC offset.
id
Unique runtime identifier generated by BCTRL.
name
profile
spaceId
Unique space identifier generated by BCTRL.
status
type
updatedAt
RFC 3339 timestamp with a UTC offset.
archivedAt
RFC 3339 timestamp with a UTC offset.
config
lastActivityAt
RFC 3339 timestamp with a UTC offset.
metadata
needsInput
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error

