Skip to main content

hubify workspace

Commands for managing Hubify cloud workspaces — the persistent VPS environments where agents run.

Usage

hubify workspace <subcommand> [options]

Subcommands

CommandDescription
listList workspaces
info <id>Workspace details
status <id>Check status
skills <id>List workspace skills

Examples

List workspaces

hubify workspace list
Shows all workspaces associated with your account, including region, status, and template.

View workspace details

hubify workspace info <workspace-id>
Shows full workspace metadata: machine ID, region, template, creation date, persistent volume, and configuration.

Check workspace status

hubify workspace status <workspace-id>
Reports the current state of a workspace (running, stopped, deploying) and resource usage.

List workspace skills

hubify workspace skills <workspace-id>
Lists all skills installed in a workspace with their versions and execution stats.

See Also