Create a VM console session
Creates a short-lived graphical console session for a cloud or GPU VM. The returned connect URL contains an expiring token; do not log or persist it. Requires scope: vm.write.
Authentication
AuthorizationBearer
IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.
Query parameters
workspace_id
The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.
Request
This endpoint expects an object.
vm_id
vm_type
console_type
requested_by
user_id
Response
Console session created successfully.
session_id
vm_id
vm_type
console_type
connect_url
Sensitive, short-lived console connection URL. Do not log or persist it.
token_expires_in_seconds
idle_timeout_seconds
max_duration_seconds
state
organization_id
workspace_id
workspace_name
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
