running
Terminates a running environment in an asynchronous manner
delete/running/{owner}/environments/{environment}/async
Path parameters
ownerstring required
The username of the user whose resources that you wish to access
environmentstring required
The environment that you wish to access
Query parameters
forceboolean
Whether to force termination
Response
Runtime environment was accepted for termination
Example response
{
"lastUpdated": "lastUpdated",
"payloadStates": {},
"launchedCapsuleReference": {
"owner": "owner",
"name": "name",
"version": "version"
},
"launchingUser": "launchingUser",
"additionalProperties": "{}",
"events": [
{
"level": "TRACE",
"reporter": "reporter",
"additionalProperties": "{}",
"message": "message",
"timestamp": "timestamp",
"extraInfo": {
"key": "extraInfo"
}
},
{
"level": "TRACE",
"reporter": "reporter",
"additionalProperties": "{}",
"message": "message",
"timestamp": "timestamp",
"extraInfo": {
"key": "extraInfo"
}
}
],
"dispatchId": "dispatchId"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.