> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# bl unshare

## bl unshare

Unshare a resource from another workspace

### Synopsis

Remove shared Blaxel resources from other workspaces.
Currently supports unsharing container images.

### Examples

```
  # Unshare an image from another workspace
  bl unshare image agent/my-agent --workspace other-workspace
```

### Options

```
  -h, --help   help for unshare
```

### Options inherited from parent commands

```
  -o, --output string          Output format. One of: pretty,yaml,json,table
      --skip-version-warning   Skip version warning
  -u, --utc                    Enable UTC timezone
  -v, --verbose                Enable verbose output
  -w, --workspace string       Specify the workspace name
```

### SEE ALSO

* [bl](/cli-reference/commands/bl)	 - Blaxel CLI - manage and deploy AI agents, sandboxes, and resources
* [bl unshare image](/cli-reference/commands/bl_unshare_image)	 - Unshare an image from another workspace
