Restart a sandbox
Path parameters
The human-readable ID of the workspace
The ID of the sandbox
Response
Example response
{
"project": {
"name": "my-project",
"display_name": "My Project"
},
"environment": {
"name": "staging",
"identifier": "my-staging",
"scope": "PROJECT"
}
}Changes
Changed in 5 of the 8 revisions of this API.158
- ○
the security scope
SANDBOX_WRITEwas added to the endpoint's security schemeoauth2api-security-scope-added
- ○
the security scope
SANDBOX_MANAGEwas removed from the endpoint's security schemeoauth2api-security-scope-removed
- ○
- ●
added the new
OPENCODEenum value to theproject/integration/typeresponse property for the response status200response-property-enum-value-added
- ●
- ▲
the response property
endpoints/items/regionbecame optional for the status200response-property-became-optional
- ●
added the new
CURSORenum value to theproject/integration/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
OPEN_AIenum value to theproject/integration/typeresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
environmentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
scopeto the response with the200statusresponse-optional-property-added
- ▲
- ●
removed the optional property
variables/items/descriptionfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
agent_noteto the response with the200statusresponse-optional-property-added
- ○
added the optional property
noteto the response with the200statusresponse-optional-property-added
- ○
added the optional property
variables/items/agent_noteto the response with the200statusresponse-optional-property-added
- ○
added the optional property
variables/items/noteto the response with the200statusresponse-optional-property-added
- ●
- ●
added the new
GOOGLE_GEMINIenum value to theproject/integration/typeresponse property for the response status200response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●