Error
A valid request URL is required to generate request examples{
"created_at": "<string>",
"created_by": "<string>",
"dataplane_url": "<string>",
"delete_after_stop_seconds": 123,
"fs_capacity_bytes": 123,
"id": "<string>",
"idle_ttl_seconds": 123,
"mem_bytes": 123,
"mounts": [
{
"id": "<string>",
"mount_path": "<string>",
"s3": {
"bucket": "<string>",
"endpoint_url": "<string>",
"region": "<string>",
"path_style": true,
"prefix": "<string>"
},
"type": "s3",
"cache": {
"max_size_bytes": 1,
"writeback_seconds": 1
},
"read_only": true
}
],
"name": "<string>",
"proxy_config": {
"access_control": {
"allow_list": [
"<string>"
],
"deny_list": [
"<string>"
]
},
"callbacks": [
{
"match_hosts": [
"<string>"
],
"ttl_seconds": 1830,
"url": "<string>",
"full_request": true,
"request_headers": [
{
"name": "<string>",
"is_set": true,
"value": "<string>"
}
]
}
],
"no_proxy": [
"<string>"
],
"rules": [
{
"name": "<string>",
"aws": {
"access_key_id": {
"is_set": true,
"value": "<string>"
},
"secret_access_key": {
"is_set": true,
"value": "<string>"
}
},
"enabled": true,
"headers": [
{
"name": "<string>",
"is_set": true,
"value": "<string>"
}
],
"match_hosts": [
"<string>"
],
"match_paths": [
"<string>"
],
"type": "<string>"
}
]
},
"size_class": "<string>",
"snapshot_id": "<string>",
"status": "<string>",
"status_message": "<string>",
"stopped_at": "<string>",
"updated_at": "<string>",
"updated_by": "<string>",
"vcpus": 123
}Start a sandbox
Start a stopped or failed sandbox. This endpoint is not idempotent.
POST
/
v2
/
sandboxes
/
boxes
/
{name}
/
start
Error
A valid request URL is required to generate request examples{
"created_at": "<string>",
"created_by": "<string>",
"dataplane_url": "<string>",
"delete_after_stop_seconds": 123,
"fs_capacity_bytes": 123,
"id": "<string>",
"idle_ttl_seconds": 123,
"mem_bytes": 123,
"mounts": [
{
"id": "<string>",
"mount_path": "<string>",
"s3": {
"bucket": "<string>",
"endpoint_url": "<string>",
"region": "<string>",
"path_style": true,
"prefix": "<string>"
},
"type": "s3",
"cache": {
"max_size_bytes": 1,
"writeback_seconds": 1
},
"read_only": true
}
],
"name": "<string>",
"proxy_config": {
"access_control": {
"allow_list": [
"<string>"
],
"deny_list": [
"<string>"
]
},
"callbacks": [
{
"match_hosts": [
"<string>"
],
"ttl_seconds": 1830,
"url": "<string>",
"full_request": true,
"request_headers": [
{
"name": "<string>",
"is_set": true,
"value": "<string>"
}
]
}
],
"no_proxy": [
"<string>"
],
"rules": [
{
"name": "<string>",
"aws": {
"access_key_id": {
"is_set": true,
"value": "<string>"
},
"secret_access_key": {
"is_set": true,
"value": "<string>"
}
},
"enabled": true,
"headers": [
{
"name": "<string>",
"is_set": true,
"value": "<string>"
}
],
"match_hosts": [
"<string>"
],
"match_paths": [
"<string>"
],
"type": "<string>"
}
]
},
"size_class": "<string>",
"snapshot_id": "<string>",
"status": "<string>",
"status_message": "<string>",
"stopped_at": "<string>",
"updated_at": "<string>",
"updated_by": "<string>",
"vcpus": 123
}Authorizations
API KeyTenant IDBearer Auth
Path Parameters
Sandbox display name
Response
Accepted
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?
⌘I

