Release
DELETE/workstations/:workstation_id/release
Return a Workstation that is no longer in use to AgentStation.
Request
Path Parameters
The UID associated to a Workstation. Learn more
Responses
- 200
- 400
- 401
- 402
- 422
- 429
- 500
- 503
Successfully released a Workstation.
- application/json
- Schema
- Example (from schema)
Schema
The identification label for a Workstation Type.
Possible values: [max
, zoom-chromium
, meet-chromium
, voip
, voip-chromium
, chromium
, python
, nodejs
, golang
]
Indicates whether the Workstation has been released.
true
{
"type": "max",
"released": true
}
Invalid Request Format - check API documentation for proper syntax.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Unauthorized - missing or invalid API key.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Payment Required - you have run out of trial credits or your payment method has expired. Please add payment details to your account.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Unprocessable Entity - cannot find requested asset associated with your API key.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Too Many Requests - you have exceeded the rate limit for your account. Please wait before making additional requests.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Internal Server Error - please retry your request.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Service Unavailable - our servers have dropped the request due to high load - please retry.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}