default. It’s not special: you can rename it through the
API or delete it like any other workspace.
Create a workspace
Workspace names are unique within your organization.List workspaces
The arrow in the leftmost column marks the active workspace.View a workspace
Get a workspace by name, or omit the name to get your active workspace.Set your active workspace
If you haven’t set an active workspace, the CLI falls back todefault. Set one with
sf workspaces use <name>. Override per-command with --workspace <name>.
Every request targets a workspace
Every API request that creates, lists, or operates on workspace-scoped resources targets a workspace. Not all resources are workspace-scoped; see resource paths for which resources live at which scope.- Creating resources: include
"workspace"in the request body. Resources created on a pool (instances, deployments, and orders) are the exception. They inherit the pool’s workspace, so you choose the workspace when you create the pool. - Listing resources: pass
?workspace=as a query parameter. - Getting a single resource: use a resource path or an ID.
--workspace.