Update Sandbox Image

View as MarkdownOpen in Claude
Update a sandbox image.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

image_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
descriptionstring or nullOptional<=1000 characters
enabledboolean or nullOptional
imagestring or nullOptional1-512 characters
is_defaultboolean or nullOptional
memory_mbinteger or nullOptional256-2048
namestring or nullOptional1-255 characters
readiness_portinteger or nullOptional1-65535
registry_idstring or nullOptionalformat: "uuid"
tagstring or nullOptional1-128 characters
ttl_secondsinteger or nullOptional60-86400

Response

Successful Response
created_atdatetime
descriptionstring or null
enabledboolean
idstringformat: "uuid"
imagestring
is_defaultboolean
memory_mbinteger
namestring
tagstring
updated_atdatetime
readiness_portinteger or null
registry_idstring or nullformat: "uuid"
registry_namestring or null
ttl_secondsinteger or null
workspace_idstring or nullformat: "uuid"

Errors

422
Unprocessable Entity Error