Update a SandboxTemplate
Update a SandboxTemplateโs display name.
Currently only the display name can be updated. The image, resources, and volume mounts cannot be changed after creation.
Path Parameters
Template name
Body
Request model for updating a SandboxTemplate.
Currently only the display name can be updated.
New display name for the template (max 63 chars, DNS-1035 format). Must be unique within the organization.
Response
Successful Response
Response model for a SandboxTemplate.
Resource specification for a sandbox.
- ResourceSpec
- Resources
Unique template identifier
Specification for mounting a volume in a sandbox template.
- VolumeMountSpec ยท object[]
- Volume Mounts ยท object[]
Proxy configuration for a sandbox template.
When proxy_config is set, a smithbox-proxy sidecar will be deployed alongside the sandbox container to intercept HTTPS traffic and inject headers based on the configured rules.
- ProxyConfig
- Proxy Config